Skip to content

Commit 3924679

Browse files
authoredJan 30, 2024
feat: add @rspack/core as an optional peer dependency (#1568)
1 parent 6f43929 commit 3924679

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
@@ -43,8 +43,17 @@
4343
"dist"
4444
],
4545
"peerDependencies": {
46+
"@rspack/core": "0.x || 1.x",
4647
"webpack": "^5.0.0"
4748
},
49+
"peerDependenciesMeta": {
50+
"@rspack/core": {
51+
"optional": true
52+
},
53+
"webpack": {
54+
"optional": true
55+
}
56+
},
4857
"dependencies": {
4958
"icss-utils": "^5.1.0",
5059
"postcss": "^8.4.33",

0 commit comments

Comments
 (0)
Please sign in to comment.