Skip to content

Commit

Permalink
Merge pull request #3049 from vector-im/dbkr/dev_server_no_hash
Browse files Browse the repository at this point in the history
Don't use hash-named directory for dev server
  • Loading branch information
dbkr committed Jan 25, 2017
2 parents 80c1ec0 + 1c92694 commit 527c988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:dev": "node scripts/babelcheck.js && npm run build:res && npm run build:bundle:dev",
"dist": "scripts/package.sh",
"start:res": "node scripts/copy-res.js -w",
"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",
"start:js:prod": "NODE_ENV=production webpack-dev-server -w --progress",
"start": "node scripts/babelcheck.js && parallelshell \"npm run start:res\" \"npm run start:js\"",
"start:prod": "parallelshell \"npm run start:res\" \"npm run start:js:prod\"",
Expand Down

0 comments on commit 527c988

Please sign in to comment.