Cache is always out of date #2487
Unanswered
aryzing
asked this question in
Troubleshooting
Replies: 1 comment 6 replies
-
Found the issue. Turns out one of the libs being used, After manually adding a Q's:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently upgraded to v3.0.11, and I simply can't run my project anymore. Whenver I run snowpack in dev mode, as soon as I open the app on the browser, snowpack warns about the cache being out of date and starts building.
Not sure why snowpack thinks its cache is out of date. There are no modifications made to the files prior to opening the browser. Simply running snowpack, clicking on the link displayed on the terminal once the build finishes, and as soon as the app loads, snowpack declares the cache to be out of date and starts rebuilding.
Any help appreciated, completely blocked by this.
As a side question, how does snowpack determine its cache is out of date?
snowpack.config.js
Beta Was this translation helpful? Give feedback.
All reactions