Skip to content

Commit

Permalink
Merge pull request #6899 from mohsen1/patch-7
Browse files Browse the repository at this point in the history
Remove extra argument sent to HarmonyExportExpressionDependencyConcat…
  • Loading branch information
sokra committed Mar 29, 2018
2 parents eae62bf + 77afc92 commit ca79190
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/optimize/ConcatenatedModule.js
Expand Up @@ -550,8 +550,7 @@ class ConcatenatedModule extends Module {
HarmonyExportExpressionDependency,
new HarmonyExportExpressionDependencyConcatenatedTemplate(
dependencyTemplates.get(HarmonyExportExpressionDependency),
this.rootModule,
moduleToInfoMap
this.rootModule
)
);
innerDependencyTemplates.set(
Expand Down

0 comments on commit ca79190

Please sign in to comment.