Created
June 30, 2018 06:10
-
-
Save qwertie/a9cd37ca00c2887589930bd33eafe36a to your computer and use it in GitHub Desktop.
scripts section for webpack + webpack.config.js
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": { | |
"test": "echo \"Error: no tests installed\" && exit 1", | |
"build": "webpack --config webpack.config.js --mode=production", | |
"build:dev": "webpack --config webpack.config.js --mode=development", | |
"watch": "webpack --config webpack.config.js --mode=development --watch", | |
"start": "node server.js" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment