Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #905 Omit cache key entirely when build cache is disabled (weaver…
…ryan) 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
- Loading branch information