Hacker News new | ask | show | jobs
by FoomFries 1285 days ago
I will say my sole frustration thus far with Vite has been the inability to turn off caching in a meaningful way. This is especially important when you are developing a plug-in for a larger project installed into your node_modules - the Vite cache won’t update changes unless it thinks it should, usually via version number change.
1 comments

Maybe not ideal, but when you are changing configuration and running into caching issues it might be worth just running `rm -rf node_modules/.vite` on every change.