#Will Vite 3 continue to be maintained?
1 messages · Page 1 of 1 (latest)
Does anyone know the answer?
did you check the migration guide?
https://vitejs.dev/guide/migration.html#importing-css-as-a-string
Yes, I did. I may have missed something, but I am aware of no applicable migration for the product.
But my main concern is how long the support for Vite 3 will last.
i cant upgrade either because im using root/index paths and they are somehow broken
😭
I'm curious about the problem of migrating to Vite 4. It would be great if you could provide a sample of the minimal reproduction.
https://vitejs.dev/config/build-options.html#build-modulepreload
it is necessary to manually import the polyfill in your custom entry:
I have overlooked this until now, this could be part of the cause