Last active
August 29, 2015 14:22
-
-
Save formigone/7c7714a1ffc7f26f9e2d to your computer and use it in GitHub Desktop.
Bundle with uglify + source maps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// CLI command | |
// -p = production (uglify) | |
// -d = source maps | |
// --watch (optional) | |
webpack index.js --output-file bundle.min.js -p -d --progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment