Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Last active October 29, 2017 19:50
Show Gist options
  • Save indreklasn/bc26c3765ae681eb031c5b4f682edfbd to your computer and use it in GitHub Desktop.
Save indreklasn/bc26c3765ae681eb031c5b4f682edfbd to your computer and use it in GitHub Desktop.
scripts for webpack-dashboard package.json
"scripts": {
"build": "webpack --progress",
"start": "webpack-dashboard -- webpack-dev-server -d --hot --config webpack.config.js --watch",
"production": "NODE_ENV=production webpack -p"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment