Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Commit

Permalink
Remove --hot flag from dev-server
Browse files Browse the repository at this point in the history
No required because we're defining HotReplacementModule in the config.

More info here: webpack/webpack-dev-server#87
  • Loading branch information
Andrew Cobby committed Mar 12, 2015
1 parent 68d0124 commit 02deb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dev-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd ../

npm install

webpack-dev-server -h --port 7007 -c --progress --config ./webpack.config.js --devtool eval &
webpack-dev-server --port 7007 -c --progress --config ./webpack.config.js --devtool eval &
nodemon ./index.js

trap "kill 0" SIGINT SIGTERM EXIT
Expand Down

0 comments on commit 02deb14

Please sign in to comment.