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 15, 2020
1 parent 250e37c commit 5d9d9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/optimize/ConcatenatedModule.js
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 5d9d9b9

Please sign in to comment.