We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b6168 commit abe2a5eCopy full SHA for abe2a5e
package.json
@@ -15,7 +15,7 @@
15
"make:lib": "rimraf lib && mkdir lib && npm run make:lib:js && npm run make:lib:css && npm run make:combined-translation-keys",
16
"make:translation-keys": "node scripts/findTranslationKeys.js",
17
"prepublishOnly": "npm run make:lib",
18
- "start": "webpack-dev-server --hot",
+ "start": "webpack serve --hot",
19
"storybook": "start-storybook -p 9001 -c .storybook",
20
"test": "npm run test:lint && npm run test:pretty && npm run test:js",
21
"test:js": "jest --setupTestFrameworkScriptFile=raf/polyfill --maxWorkers=2",
@@ -98,7 +98,7 @@
98
"sass-loader": "7.1.0",
99
"style-loader": "2.0.0",
100
"webpack": "5.1.2",
101
- "webpack-cli": "3.3.12",
+ "webpack-cli": "4.5.0",
102
"webpack-dev-server": "3.11.2"
103
},
104
"peerDependencies": {
0 commit comments