Skip to content

Fastest Frontend Tooling in 2022

cpojer.net
10 pointscpojer2 comments
On HN

Comments

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.