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 1515 "make:lib" : " rimraf lib && mkdir lib && npm run make:lib:js && npm run make:lib:css && npm run make:combined-translation-keys" ,
1616 "make:translation-keys" : " node scripts/findTranslationKeys.js" ,
1717 "prepublishOnly" : " npm run make:lib" ,
18- "start" : " webpack-dev-server --hot" ,
18+ "start" : " webpack serve --hot" ,
1919 "storybook" : " start-storybook -p 9001 -c .storybook" ,
2020 "test" : " npm run test:lint && npm run test:pretty && npm run test:js" ,
2121 "test:js" : " jest --setupTestFrameworkScriptFile=raf/polyfill --maxWorkers=2" ,
9898 "sass-loader" : " 7.1.0" ,
9999 "style-loader" : " 2.0.0" ,
100100 "webpack" : " 5.1.2" ,
101- "webpack-cli" : " 3.3.12 " ,
101+ "webpack-cli" : " 4.5.0 " ,
102102 "webpack-dev-server" : " 3.11.2"
103103 },
104104 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments