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