Package: pkg-js-tools<br>Version: 0.8.2-1<br>Severity: wishlist<br><br>I think we should parse package.json#scripts#build automatically and run build commands that we understand. Start with babel,<br><br>In node-uglifyjs-webpack-plugin has,<br><br> babel src -d dist --ignore 'src/**/*.test.js' --copy-files<br><br>We can skip <br>cross-env NODE_ENV=production and convert babel to babeljs to run<br><br>babeljs src -d dist --ignore 'src/**/*.test.js' --copy-files<br>-- <br>Sent from my Android device with K-9 Mail. Please excuse my brevity.