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.
1 parent ff5c076 commit 3d3dbc2Copy full SHA for 3d3dbc2
2 files changed
packages/plugin-react/package.json
@@ -61,5 +61,17 @@
61
},
62
"engines": {
63
"node": "^20.19.0 || >=22.12.0"
64
+ },
65
+ "compatiblePackages": {
66
+ "schemaVersion": 1,
67
+ "rolldown": {
68
+ "type": "compatible",
69
+ "versions": "^1.0.0-beta.44",
70
+ "note": "You can use Rolldown's built-in feature directly."
71
72
+ "rollup": {
73
+ "type": "incompatible",
74
+ "reason": "Uses Rolldown-specific APIs or Vite-specific APIs"
75
+ }
76
}
77
packages/plugin-rsc/package.json
@@ -75,5 +75,16 @@
"react-server-dom-webpack": {
"optional": true
78
79
80
81
82
83
+ "reason": "Uses Vite-specific APIs"
84
85
86
87
88
89
90
0 commit comments