File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 13
13
"demo04-dev" : " webpack-dev-server --inline --hot --config demo04/webpack.config.js --content-base demo04 --history-api-fallback" ,
14
14
"demo04-build" : " cross-env NODE_ENV=production webpack --config demo04/webpack.config.js --progress --hide-modules" ,
15
15
"demo05-dev" : " webpack-dev-server --inline --hot --config demo05/webpack.config.js --content-base demo05 --history-api-fallback" ,
16
- "demo05-build" : " cross-env NODE_ENV=production webpack --config demo05/webpack.config.js --progress --hide-modules" ,
17
- "demo06-dev" : " webpack-dev-server --inline --hot --config demo06/webpack.config.js --content-base demo06 --history-api-fallback" ,
18
- "demo06-build" : " cross-env NODE_ENV=production webpack --config demo06/webpack.config.js --progress --hide-modules"
16
+ "demo05-build" : " cross-env NODE_ENV=production webpack --config demo05/webpack.config.js --progress --hide-modules"
19
17
},
20
18
"dependencies" : {
21
19
"vue" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments