Skip to content

Commit 56ff3ae

Browse files
authored
feat: add @rspack/core as an optional peer dependency (#1829)
1 parent c79f2cf commit 56ff3ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,17 @@
5656
"tapable": "^2.0.0"
5757
},
5858
"peerDependencies": {
59+
"@rspack/core": "0.x || 1.x",
5960
"webpack": "^5.20.0"
6061
},
62+
"peerDependenciesMeta": {
63+
"@rspack/core": {
64+
"optional": true
65+
},
66+
"webpack": {
67+
"optional": true
68+
}
69+
},
6170
"keywords": [
6271
"webpack",
6372
"plugin",

0 commit comments

Comments
 (0)