Skip to content

Commit

Permalink
feat: add @rspack/core as an optional peer dependency (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 30, 2024
1 parent cae0948 commit 4315ff6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Expand Up @@ -41,9 +41,18 @@
"dist"
],
"peerDependencies": {
"@rspack/core": "0.x || 1.x",
"stylus": ">=0.52.4",
"webpack": "^5.0.0"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
},
"webpack": {
"optional": true
}
},
"dependencies": {
"fast-glob": "^3.3.2",
"normalize-path": "^3.0.0"
Expand Down

0 comments on commit 4315ff6

Please sign in to comment.