Skip to content

Commit

Permalink
fix: when use with DllReferencePlugin throw error (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
wszgrcy committed Aug 20, 2021
1 parent 79390a5 commit 185efbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebpackModuleFileIterator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class WebpackModuleFileIterator {
getActualFilename(filename: string | null | undefined): string | null {
if (
!filename ||
filename.indexOf('delegated ') === 0 ||
filename.indexOf('external ') === 0 ||
filename.indexOf('container entry ') === 0 ||
filename.indexOf('ignored|') === 0 ||
Expand Down

0 comments on commit 185efbc

Please sign in to comment.