Skip to content

Commit

Permalink
feat: add @rspack/core as an optional peer dependency (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Dec 19, 2023
1 parent c79f2cf commit 56ff3ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Expand Up @@ -56,8 +56,17 @@
"tapable": "^2.0.0"
},
"peerDependencies": {
"@rspack/core": "0.x || 1.x",
"webpack": "^5.20.0"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
},
"webpack": {
"optional": true
}
},
"keywords": [
"webpack",
"plugin",
Expand Down

0 comments on commit 56ff3ae

Please sign in to comment.