-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix asset thawing relating to pre-emptive compiler
Dependency and module invalidation means the plugin needs to parse un-parsed modules from the file cache. Trying to keep work delayed until needed, but mostly just lots of reworking, left the assets for a module from being correctly stood up. This wasn't an obvious bug because dependency invalidation was invalidating modules with loaders like file-loader, causing rebuilds. This change fixes the asset setup and the overzealous dependency invalidation for non-request dependencies.
- Loading branch information
Showing
1 changed file
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters