Skip to content

Commit fc9d07b

Browse files
committed
chore: add compatiblePackages field
1 parent 4bb09d2 commit fc9d07b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,16 @@
7070
"picocolors": "^1.1.1",
7171
"tinyglobby": "^0.2.15"
7272
},
73+
"compatiblePackages": {
74+
"schemaVersion": 1,
75+
"rollup": {
76+
"type": "incompatible",
77+
"reason": "Uses Vite-specific APIs"
78+
},
79+
"rolldown": {
80+
"type": "incompatible",
81+
"reason": "Uses Vite-specific APIs"
82+
}
83+
},
7384
"packageManager": "[email protected]"
7485
}

0 commit comments

Comments
 (0)