Skip to content

Commit fc3f6a3

Browse files
committed
Drop support of webpack-dev-server ^4.8, add support for webpack-dev-server ^5.0
1 parent dcfdae1 commit fc3f6a3

File tree

3 files changed

+467
-166
lines changed

3 files changed

+467
-166
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This is a new major version that contains several backwards-compatibility breaks
1212

1313
* #1309 Drop ESLint integration (@Kocal)
1414

15+
* #1318 Drop webpack-dev-server 4 support, only webpack-dev-server 5 is supported (@Kocal)
1516
## 4.7.0
1617

1718
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tapable": "^2.2.1",
4444
"terser-webpack-plugin": "^5.3.0",
4545
"tmp": "^0.2.1",
46-
"webpack-dev-server": "^4.8.0",
46+
"webpack-dev-server": "^5.0.4",
4747
"yargs-parser": "^21.0.0"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)