Created
August 22, 2016 03:47
-
-
Save pechitook/b5c92b7b85ac859d5db103ca6d9c4760 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": { | |
"start": "webpack-dev-server --config webpack.config.dev.js", | |
"build-prod": "NODE_ENV=production webpack -p --config webpack.config.prod.js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment