-
Notifications
You must be signed in to change notification settings - Fork 517
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!: upgrade rollup to 3.x #580
Conversation
If we merge + release this, is there a chance this will produce package manager issues as long as vite is still using rollup v2? (Might be worth testing on npm, yarn & pnpm within a nuxt project before merging.) |
I guess rollup 2 is directly bundled into vite. I hope there are not issues with rollup plugins implicitly used for vite. But surely we can do a sanity check before... |
rollup 2 is a dependency of vite and not bundled into it. Rollup 3 support is planned for an upcoming major release. I doubt there will be issues with the official rollup plugins, which seem to be designed to be compatible with both 2/3. |
Ah right seems not bundled anymore 🤦🏼♂️ |
Resolves #569
WIP: There are some internal plugins to be updated
Dependant plugin updates: