Created
June 19, 2016 14:33
-
-
Save kejun/35bbd39fe6b45c3942d2e5960fff652c to your computer and use it in GitHub Desktop.
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 --profile --colors", | |
"build-watch": "webpack --progress --profile --colors --watch", | |
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base demo", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment