Skip to content

Commit

Permalink
Merge pull request #7888 from webpack/bugfix/issue-7887
Browse files Browse the repository at this point in the history
fixes #7887
  • Loading branch information
sokra committed Aug 14, 2018
2 parents 34ff480 + 1345ab2 commit aba6dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/optimize/ConcatenatedModule.js
Expand Up @@ -1432,6 +1432,7 @@ class HarmonyExportImportedSpecifierDependencyConcatenatedTemplate {
-1,
`/* unused concated harmony import ${dep.name} */\n`
);
return;
}
let finalName;
const strictFlag = dep.originModule.buildMeta.strictHarmonyModule
Expand Down

0 comments on commit aba6dbf

Please sign in to comment.