Skip to content

Commit

Permalink
fix runtime-specific handling in concatenated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 16, 2020
1 parent 87daf8d commit b3c73a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/optimize/ConcatenatedModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ ${defineGetters}`
const orderedConcatenationList = this._createConcatenationList(
this.rootModule,
this._modules,
undefined,
runtime,
moduleGraph
);
return orderedConcatenationList.map((info, index) => {
Expand Down

0 comments on commit b3c73a5

Please sign in to comment.