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

Commit 02deb14

Browse files
author
Andrew Cobby
committed
Remove --hot flag from dev-server
No required because we're defining HotReplacementModule in the config. More info here: webpack/webpack-dev-server#87
1 parent 68d0124 commit 02deb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dev-server.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd ../
77

88
npm install
99

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

1313
trap "kill 0" SIGINT SIGTERM EXIT

0 commit comments

Comments
 (0)