Skip to content

Commit 6a99b73

Browse files
committed
Allow webpack-cli 6.x
Close shakacode#532
1 parent 17a976f commit 6a99b73

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ _next_ branch is for v8 changes
1010
## [Unreleased]
1111
Changes since the last non-beta release.
1212

13+
### Added
14+
15+
- Allow `webpack-cli` v6. [PR 533](https://github.com/shakacode/shakapacker/pull/533) by [tagliala](https://github.com/tagliala).
16+
1317
### Changed
1418
- Changed internal `require`s to `require_relative` to make code less dependent on the load path. [PR 516](https://github.com/shakacode/shakapacker/pull/516) by [tagliala](https://github.com/tagliala).
1519
- Allow configuring webpack from a Typescript file (`config/webpack/webpack.config.ts`). [PR 524](https://github.com/shakacode/shakapacker/pull/524) by [jdelStrother](https://github.com/jdelStrother).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"terser-webpack-plugin": "^5.3.1",
6161
"webpack": "^5.72.0",
6262
"webpack-assets-manifest": "^5.0.6",
63-
"webpack-cli": "^4.9.2 || ^5.0.0",
63+
"webpack-cli": "^4.9.2 || ^5.0.0 || ^6.0.0",
6464
"webpack-dev-server": "^4.9.0 || ^5.0.0",
6565
"webpack-merge": "^5.8.0 || ^6.0.0"
6666
},

0 commit comments

Comments
 (0)