Skip to content

Commit

Permalink
fixes #7887
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 14, 2018
1 parent 34ff480 commit 1345ab2
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 1345ab2

Please sign in to comment.