2 comments

[ 5.7 ms ] story [ 18.2 ms ] thread
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.
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.