Package: pkg-js-tools
Version: 0.8.2-1
Severity: wishlist

I think we should parse package.json#scripts#build automatically and run build 
commands that we understand. Start with babel,

In node-uglifyjs-webpack-plugin has,

 babel src -d dist --ignore 'src/**/*.test.js' --copy-files

We can skip 
cross-env NODE_ENV=production and convert babel to babeljs to run

babeljs src -d dist --ignore 'src/**/*.test.js' --copy-files
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

Reply via email to