Skip to content

Commit ada5f51

Browse files
authored
Merge pull request #981 from SISheogorath/fix/devMode
Add development mode for webpack in package.json
2 parents 03a4e3c + a47d91d commit ada5f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "npm run-script standard && npm run-script jsonlint",
99
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
1010
"standard": "node ./node_modules/standard/bin/cmd.js",
11-
"dev": "webpack --config webpack.config.js --progress --colors --watch",
11+
"dev": "webpack --config webpack.config.js --mode=production --progress --colors --watch",
1212
"build": "webpack --config webpack.production.js --progress --colors --bail",
1313
"postinstall": "bin/heroku",
1414
"start": "node app.js",

0 commit comments

Comments
 (0)