{ | |
"scripts": { | |
"transpile": "ngc", | |
"package": "rollup -c", | |
"minify": "uglifyjs dist/bundles/amazing.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/amazing.umd.min.js", | |
"build": "npm run transpile && npm run package && npm run minify" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment