remix-run / remix-website

327 stars 74 forks source link

NO_CACHE no longer works as the README describes #230

Open brookslybrand opened 5 months ago

brookslybrand commented 5 months ago

In local development you can set NO_CACHE=1 to disable the LRU server cache.

However, this doesn't actually work (I think potentially because of the upgrade to Vite?)

You can add NO_CACHE=1 to your local. env file, but that's easy to forget to remove. If anyone wants to fix this that'd be pretty cool

kandros commented 5 months ago

That's weird, today I setup both remix-website and remix to load local MD files on two computers for the first time, on one NO_CACHE=1 didn't work and required me to re-run the server to show any change, and the second one was working.

I'll take a look at differences in node version or dependencies version