ember-auto-import
ember-auto-import copied to clipboard
Dependency rebuilds not working
The newer caching in webpack has defeated our watchDependencies option. We still invoke a rebuild, but webpack caches the old code.
You can workaround by setting cache: false in the webpack config, but this may have a negative impact on performance. We should look for a more fine-grained setting that would only impact the packages that are listed in watchDependencies.
is this maybe why my v2 addon consumed by a v1-addon in local dev in a monorepo has stale assets in the build no matter how many restarts etc. I do?
just hit this again when updating a dependency via pnpm patch :( at least its a rare enough operation