Skip to content

Commit 3115f17

Browse files
committed
chore: add compatiblePackages field
1 parent b43bb1f commit 3115f17

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,20 @@
3535
"rolldown": "canary",
3636
"typescript": "^5.5.4",
3737
"vitest": "^4.0.0"
38+
},
39+
"compatiblePackages": {
40+
"schemaVersion": 1,
41+
"rollup": {
42+
"type": "incompatible",
43+
"reason": "Uses Rolldown-specific APIs"
44+
},
45+
"rolldown": {
46+
"type": "compatible",
47+
"versions": "^1.0.0-rc.0"
48+
},
49+
"vite": {
50+
"type": "incompatible",
51+
"reason": "Does not support dev"
52+
}
3853
}
3954
}

0 commit comments

Comments
 (0)