-
Why isn't parcel caching enabled in |
Beta Was this translation helpful? Give feedback.
Answered by
czeildi
Jan 23, 2025
Replies: 1 comment
-
Sometimes weird bugs happen with parcel caching (i.e. the app does not start at all with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
czeildi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes weird bugs happen with parcel caching (i.e. the app does not start at all with
npm run dev:withcache
) which disappear if you delete the.parcel-cache
directory manually and re-load. Therefore
npm run dev
uses the slightly slower but more robust dev server without caching.