Skip to content
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

Upgrade to Vite 3.x #238

Closed
chrispcampbell opened this issue Sep 24, 2022 · 0 comments · Fixed by #242 or #245
Closed

Upgrade to Vite 3.x #238

chrispcampbell opened this issue Sep 24, 2022 · 0 comments · Fixed by #242 or #245

Comments

@chrispcampbell
Copy link
Contributor

Currently the plugin packages are using Vite 2.9.x, but we should move to 3.x to have access to new features. Also plugin-check is making use of vite-plugin-glob which we needed to have better support for import.meta.glob on Vite 2.x, but that work has been folded into Vite 3.x, so it would be good if we could upgrade everything together and verify that globs are working for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment