Skip to content

Instantly share code, notes, and snippets.

@qwertie
Created June 30, 2018 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qwertie/a9cd37ca00c2887589930bd33eafe36a to your computer and use it in GitHub Desktop.
Save qwertie/a9cd37ca00c2887589930bd33eafe36a to your computer and use it in GitHub Desktop.
scripts section for webpack + webpack.config.js
"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