Skip to content

Instantly share code, notes, and snippets.

@formigone
Last active August 29, 2015 14:22
Show Gist options
  • Save formigone/7c7714a1ffc7f26f9e2d to your computer and use it in GitHub Desktop.
Save formigone/7c7714a1ffc7f26f9e2d to your computer and use it in GitHub Desktop.
Bundle with uglify + source maps
// 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