Skip to content

Commit 49e4b2c

Browse files
authored
fix: allow webpack-dev-server v5 (#418)
* fix: allow `webpack-dev-server` v5 * docs: update changelog
1 parent b241948 commit 49e4b2c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Changes since the last non-beta release.
99

1010
- Emit warnings instead of errors when compilation is success but stderr is not empty. [PR 416](https://github.com/shakacode/shakapacker/pull/416) by [n-rodriguez](https://github.com/n-rodriguez).
11+
- Allow `webpack-dev-server` v5. [PR 418](https://github.com/shakacode/shakapacker/pull/418) by [G-Rath](https://github.com/g-rath)
1112

1213
## [v7.2.2] - January 19, 2024
1314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"webpack": "^5.72.0",
6969
"webpack-assets-manifest": "^5.0.6",
7070
"webpack-cli": "^4.9.2 || ^5.0.0",
71-
"webpack-dev-server": "^4.9.0",
71+
"webpack-dev-server": "^4.9.0 || ^5.0.0",
7272
"webpack-merge": "^5.8.0"
7373
},
7474
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)