Skip to content

Commit

Permalink
fix: give webpack >=4 support to x-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
juanSanchezAlcala committed Feb 16, 2024
1 parent 8bfc21b commit 5ea50f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/x-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@
"publishConfig": {
"access": "public"
},

"volta": {
"extends": "../../package.json"
},
"devDependencies": {
"check-engine": "^1.10.1"
},
"peerDependencies": {
"webpack": "4.x"
"webpack": ">=4.0.0"
},
"dependencies": {
"assign-deep": "^1.0.1"
Expand Down

0 comments on commit 5ea50f8

Please sign in to comment.