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 40
40
"style-loader" : " ^0.18.2" ,
41
41
"webpack" : " ^3.5.4" ,
42
42
"webpack-bundle-size-analyzer" : " ^2.7.0" ,
43
- "webpack-dev-server" : " ^2.7.0 "
43
+ "webpack-dev-server" : " ^2.9.7 "
44
44
},
45
45
"peerDependencies" : {
46
46
"react" : " ^16.0.0 || ^15.5.4" ,
49
49
"scripts" : {
50
50
"build" : " webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize" ,
51
51
"build:demo" : " webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize" ,
52
- "dev:hot" : " webpack-dev-server --config webpack/webpack.config-dev.js" ,
52
+ "dev:hot" : " webpack-dev-server --config webpack/webpack.config-dev.js --open " ,
53
53
"modules:debug" : " ./docker/debug.sh" ,
54
54
"modules:tree" : " webpack --config webpack/webpack.config.js --json " ,
55
55
"modules:size-analyzer" : " webpack --config webpack/webpack.config.js --json | webpack-bundle-size-analyzer" ,
You can’t perform that action at this time.
0 commit comments