Skip to content

Commit

Permalink
Attempt to Fix webpack#4072
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Feb 23, 2017
1 parent 97b0bd7 commit f40311b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class HarmonyExportImportedSpecifierDependency extends NullDependency {

getHashValue(importedModule) {
if(!importedModule) {
return WebpackMissingModule.module(importedModule);
return "";
}

const stringifiedUsedExport = JSON.stringify(importedModule.usedExports);
Expand Down

0 comments on commit f40311b

Please sign in to comment.