Skip to content

Commit

Permalink
fix: allow webpack-dev-server v5 (#418)
Browse files Browse the repository at this point in the history
* fix: allow `webpack-dev-server` v5

* docs: update changelog
  • Loading branch information
G-Rath authored Mar 5, 2024
1 parent b241948 commit 49e4b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Changes since the last non-beta release.

- 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).
- Allow `webpack-dev-server` v5. [PR 418](https://github.com/shakacode/shakapacker/pull/418) by [G-Rath](https://github.com/g-rath)

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"webpack": "^5.72.0",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^4.9.2 || ^5.0.0",
"webpack-dev-server": "^4.9.0",
"webpack-dev-server": "^4.9.0 || ^5.0.0",
"webpack-merge": "^5.8.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 49e4b2c

Please sign in to comment.