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 77 "start" : " webpack serve --progress --profile --mode development --host localhost --port 3310 --config webpack.dev.js" ,
88 "start:single" : " webpack serve --config webpack.dev.single.js" ,
99 "start:plugin" : " bash ./plugins/plugin.sh && npm run start" ,
10- "build:prod" : " npm run build:plugin:prod && webpack --mode production --config webpack.prod.js" ,
11- "build:single" : " npm run build:plugin:single && webpack --mode production --config webpack.prod.single.js" ,
10+ "build:prod" : " webpack --mode production --config webpack.prod.js" ,
11+ "build:single" : " webpack --mode production --config webpack.prod.single.js" ,
1212 "build:plugin:prod" : " bash ./plugins/plugin.sh prod" ,
1313 "build:plugin:single" : " bash ./plugins/plugin.sh prod spa"
1414 },
You can’t perform that action at this time.
0 commit comments