We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfdae1 commit fc3f6a3Copy full SHA for fc3f6a3
CHANGELOG.md
@@ -12,6 +12,7 @@ This is a new major version that contains several backwards-compatibility breaks
12
13
* #1309 Drop ESLint integration (@Kocal)
14
15
+* #1318 Drop webpack-dev-server 4 support, only webpack-dev-server 5 is supported (@Kocal)
16
## 4.7.0
17
18
### Features
package.json
@@ -43,7 +43,7 @@
43
"tapable": "^2.2.1",
44
"terser-webpack-plugin": "^5.3.0",
45
"tmp": "^0.2.1",
46
- "webpack-dev-server": "^4.8.0",
+ "webpack-dev-server": "^5.0.4",
47
"yargs-parser": "^21.0.0"
48
},
49
"devDependencies": {
0 commit comments