Last active
October 29, 2017 19:50
-
-
Save indreklasn/bc26c3765ae681eb031c5b4f682edfbd to your computer and use it in GitHub Desktop.
scripts for webpack-dashboard package.json
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
"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