We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@rspack/core
1 parent bd65cba commit 637ba5bCopy full SHA for 637ba5b
package.json
@@ -42,12 +42,16 @@
42
"dist"
43
],
44
"peerDependencies": {
45
+ "@rspack/core": "0.x || 1.x",
46
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
47
"sass": "^1.3.0",
48
"sass-embedded": "*",
49
"webpack": "^5.0.0"
50
},
51
"peerDependenciesMeta": {
52
+ "@rspack/core": {
53
+ "optional": true
54
+ },
55
"node-sass": {
56
"optional": true
57
@@ -56,6 +60,9 @@
60
61
"sass-embedded": {
58
62
63
64
+ "webpack": {
65
59
66
}
67
68
"dependencies": {
0 commit comments