-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve error when webpack output.futureEmitAssets is enabled (#314
) Webpack 4.29.0 introduced this option, which when enabled, breaks this plugin. The fix is to read the file contents from disk after emit instead of depending on the sources being available in the compilation. closes #61
- Loading branch information
1 parent
1368ae3
commit 8bb1a52
Showing
2 changed files
with
44 additions
and
3 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
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