Skip to content

Commit

Permalink
add missing loaders to moduleFilenameTemplate function call
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoldberg committed Feb 24, 2023
1 parent b67626c commit 387fb14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ModuleFilenameHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ ModuleFilenameHelpers.createFilename = (
resource: resource,
resourcePath: memoize(resourcePath),
absoluteResourcePath: memoize(absoluteResourcePath),
loaders: memoize(loaders),
allLoaders: memoize(allLoaders),
query: memoize(query),
moduleId: memoize(moduleId),
Expand Down

0 comments on commit 387fb14

Please sign in to comment.