-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Broken examples after #11158 #11190
Comments
Other alpha plugins like |
Closing as this is now fixed. |
How has this been fixed @sapphi-red ? |
It now uses the stable versions. |
@sapphi-red you're saying the stable version of vite? I'm currently experiencing this error only using yarn and on vite 3.2.5 |
I don't get what you mean. plugin-vue 4.0.0 works with Vite 4.0.0. It doesn't work with Vite 3.x as specified by peerDeps. |
I'm getting this error when using pnpm install for turbo repo + sveltekit + tailwind https://github.com/oneezy/monorepo
|
This is the biggest pitty coding with compound js frameworks. Any update will cost you time, money and mental health.
|
Describe the bug
PR #11158 updated a few example's
package.json
to use alpha versions of some Vite plugins. This breaks thevue
andvue-ts
examples linked at:https://vitejs.dev/guide/#trying-vite-online
I tried a few different versions of
@vitejs/plugin-vue
:3.2.0
-> works4.0.0-alpha.0
-> error4.0.0-alpha.2
-> errorReproduction
https://stackblitz.com/edit/vitejs-example-vue-alpha-borked?file=package.json
Steps to reproduce
npm install && npm run dev
isCSSRequest
from'vite'
.System Info
I can reproduce the issue locally on macOS as well.
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: