fix: disable pluginTimings and invalidAnnotation for now

pull/5297/head
Divyansh Singh 3 months ago
parent 470c4e018a
commit 9315fc1822

@ -165,6 +165,11 @@ export async function bundle(
] ]
} }
}) })
},
checks: {
invalidAnnotation: false, // FIXME: remove when vueuse releases a new version
pluginTimings: false,
...rolldownOptions?.checks
} }
} }
}, },

Loading…
Cancel
Save