File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
" scripts"
27
27
],
28
28
"scripts" : {
29
- "dev" : " webpack serve --config webpack.config.js --entry ./example /index.js" ,
30
- "start" : " cross-env NODE_ENV=development webpack serve --config webpack.config.js --entry ./example /index.js" ,
29
+ "dev" : " webpack serve --config webpack.config.js --entry ./examples /index.js" ,
30
+ "start" : " cross-env NODE_ENV=development webpack serve --config webpack.config.js --entry ./examples /index.js" ,
31
31
"test" : " cross-env NODE_ENV=test jest --config .jest.js" ,
32
32
"compile" : " node antd-tools/cli/run.js compile" ,
33
33
"pub" : " node antd-tools/cli/run.js pub" ,
110
110
"gulp" : " ^4.0.1" ,
111
111
"gulp-babel" : " ^7.0.0" ,
112
112
"gulp-strip-code" : " ^0.1.4" ,
113
- "html-webpack-plugin" : " ^ 4.0.0-beta.14 " ,
113
+ "html-webpack-plugin" : " 4.0.4 " ,
114
114
"husky" : " ^4.0.0" ,
115
115
"istanbul-instrumenter-loader" : " ^3.0.0" ,
116
116
"jest" : " ^24.0.0" ,
You can’t perform that action at this time.
0 commit comments