Skip to content

Commit

Permalink
feat: add @rspack/core as an optional peer dependency (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 30, 2024
1 parent 6f43929 commit 3924679
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Expand Up @@ -43,8 +43,17 @@
"dist"
],
"peerDependencies": {
"@rspack/core": "0.x || 1.x",
"webpack": "^5.0.0"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
},
"webpack": {
"optional": true
}
},
"dependencies": {
"icss-utils": "^5.1.0",
"postcss": "^8.4.33",
Expand Down

0 comments on commit 3924679

Please sign in to comment.