Skip to content

Why isn't parcel caching enabled in npm run dev? #158

Answered by czeildi
czeildi asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

czeildi
Jan 23, 2025
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by czeildi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant