We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80c1ec0 + 1c92694 commit 527c988Copy full SHA for 527c988
1 file changed
package.json
@@ -37,7 +37,7 @@
37
"build:dev": "node scripts/babelcheck.js && npm run build:res && npm run build:bundle:dev",
38
"dist": "scripts/package.sh",
39
"start:res": "node scripts/copy-res.js -w",
40
- "start:js": "webpack-dev-server -w --progress",
+ "start:js": "webpack-dev-server --output-filename=bundles/_dev_/[name].js --output-chunk-file=bundles/_dev_/[name].js -w --progress",
41
"start:js:prod": "NODE_ENV=production webpack-dev-server -w --progress",
42
"start": "node scripts/babelcheck.js && parallelshell \"npm run start:res\" \"npm run start:js\"",
43
"start:prod": "parallelshell \"npm run start:res\" \"npm run start:js:prod\"",
0 commit comments