-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
feat(types): expose CustomPluginOptionsVite type
#19557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(types): expose CustomPluginOptionsVite type
#19557
Conversation
|
/ecosystem-ci run |
commit: |
|
📝 Ran ecosystem CI on
✅ ladle, analogjs, marko, nuxt, histoire, quasar, previewjs, react-router, laravel, vite-environment-examples, unocss, storybook, vite-plugin-react-swc, vite-plugin-pwa, rakkas, vitest, waku, vite-setup-catalogue, vite-plugin-react, vite-plugin-cloudflare, vitepress, vuepress |
|
Since this PR breaks types in ecosystem-ci (because of the rollup version mismatch), probably better to merge this one later. |
CustomPluginOptionsVite typeCustomPluginOptionsVite type
Description
Follow up to #19418
Now that CustomPluginOptions type is an interface (rollup/rollup#5850), we can extend it by declaration merging.