File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "watch:prod" : " webpack --watch --config webpack.prod.config.js --progress --profile --colors --display-error-details --display-cached" ,
1919 "build" : " npm run build:dev" ,
2020 "prebuild:dev" : " npm run clean:dist" ,
21- "build:dev" : " webpack --progress --profile --colors --display-error-details --display-cached --bail " ,
21+ "build:dev" : " webpack --progress --profile --colors --display-error-details --display-cached" ,
2222 "prebuild:prod" : " npm run clean:dist" ,
23- "build:prod" : " webpack --config webpack.prod.config.js --progress --profile --colors --display-error-details --display-cached" ,
23+ "build:prod" : " webpack --config webpack.prod.config.js --progress --profile --colors --display-error-details --display-cached --bail " ,
2424 "server" : " npm run server:dev" ,
2525 "server:dev" : " webpack-dev-server --hot --inline --progress --profile --colors --watch --display-error-details --display-cached --content-base src/" ,
2626 "server:prod" : " http-server dist --cors" ,
You can’t perform that action at this time.
0 commit comments