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 15
15
"make:lib" : " rimraf lib && mkdir lib && npm run make:lib:js && npm run make:lib:css && npm run make:combined-translation-keys" ,
16
16
"make:translation-keys" : " node scripts/findTranslationKeys.js" ,
17
17
"prepublishOnly" : " npm run make:lib" ,
18
- "start" : " webpack-dev-server --hot" ,
18
+ "start" : " webpack serve --hot" ,
19
19
"storybook" : " start-storybook -p 9001 -c .storybook" ,
20
20
"test" : " npm run test:lint && npm run test:pretty && npm run test:js" ,
21
21
"test:js" : " jest --setupTestFrameworkScriptFile=raf/polyfill --maxWorkers=2" ,
98
98
"sass-loader" : " 7.1.0" ,
99
99
"style-loader" : " 2.0.0" ,
100
100
"webpack" : " 5.1.2" ,
101
- "webpack-cli" : " 3.3.12 " ,
101
+ "webpack-cli" : " 4.5.0 " ,
102
102
"webpack-dev-server" : " 3.11.2"
103
103
},
104
104
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments