Skip to content

Commit 239eb6a

Browse files
authored
chore: add metadata for vite-plugin-registry (#730)
1 parent 679952c commit 239eb6a

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

packages/plugin-vue-jsx/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,16 @@
5353
"dts": {
5454
"tsgo": true
5555
}
56+
},
57+
"compatiblePackages": {
58+
"schemaVersion": 1,
59+
"rolldown": {
60+
"type": "incompatible",
61+
"reason": "Uses Vite-specific APIs"
62+
},
63+
"rollup": {
64+
"type": "incompatible",
65+
"reason": "Uses Vite-specific APIs"
66+
}
5667
}
5768
}

packages/plugin-vue/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,16 @@
5656
"dts": {
5757
"tsgo": true
5858
}
59+
},
60+
"compatiblePackages": {
61+
"schemaVersion": 1,
62+
"rolldown": {
63+
"type": "incompatible",
64+
"reason": "Uses Vite-specific APIs"
65+
},
66+
"rollup": {
67+
"type": "incompatible",
68+
"reason": "Uses Vite-specific APIs"
69+
}
5970
}
6071
}

0 commit comments

Comments
 (0)