Skip to content

Commit

Permalink
Restore accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed May 6, 2021
1 parent 92c7bac commit f40810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-bundle-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function (inputOptions, outputOptions, resolveFileUrl) {

if (property.startsWith(entryPathPlaceholder)) {
return resolveFileUrl({
fileName: clientEntry,
fileName: clientEntry.fileName,
moduleId,
format,
});
Expand Down

0 comments on commit f40810a

Please sign in to comment.