You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #905 Omit cache key entirely when build cache is disabled (weaverryan)
This PR was merged into the main branch.
Discussion
----------
Omit cache key entirely when build cache is disabled
Fixes an issue where `yarn watch` or `yarn dev-server` had super slow "rebuilds" - as long as the initial build, which is much different than the pre-1.0 version of Encore.
It appears that cache: false is different than omitting the cache key entirely. Using cache: false appears to even disable in-memory caching that Webpack does when rebuilding in "watch" mode or for the dev-server
Commits
-------
9282c77 omit cache key entirely when build cache is disabled
0 commit comments