'Is it possible to use my own vite version with svelte kit

I'm running into this issue with vite+tailwind https://github.com/vitejs/vite/issues/4150 And svelte-kit isn't using the patch that fixes it so I need to basically bring my own vite. Is this possible?



Solution 1:[1]

You can specify a different Vite version, or a specific Git commit, on the package.json file of your project. Eg: "vite": "git://github.com/username/package.git#commit".

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1