Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created October 6, 2015 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottaddie/c691ff6a70b4de084507 to your computer and use it in GitHub Desktop.
Save scottaddie/c691ff6a70b4de084507 to your computer and use it in GitHub Desktop.
Webpack scripts in package.json
"scripts": {
"dev-build": "webpack -d --display-modules --progress",
"dist-build": "webpack -p --display-modules --progress"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment