File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : " npm run server:dev" ,
7
7
"server" : " npm run server:dev" ,
8
- "server:dev" : " webpack-dashboard -- webpack-dev-server --config ./webpack.config.js --inline --progress --watch --open" ,
8
+ "server:dev" : " webpack-dashboard -- webpack-dev-server --config ./webpack.config.js --hot -- inline --progress --watch --open" ,
9
9
"server:prod" : " cross-env NODE_ENV=production webpack-dashboard -- webpack-dev-server --config ./webpack.config.js --port 3000 --host 0.0.0.0 --hot --inline --progress --profile --watch --open --content-base dist/" ,
10
10
"build" : " npm run build:dev" ,
11
11
"build:dev" : " webpack --config ./webpack.config.js --progress --profile --color --display-error-details --display-cached" ,
You can’t perform that action at this time.
0 commit comments