Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 24, 2020
1 parent 75ec628 commit ffe790f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ export default class Chunk {
!(resolution.facadeChunk && resolution.facadeChunk.strictFacade) &&
!!resolution.namespace.exportName &&
// We only need one of the export names to bind to
resolution.namespace.exportName[1],
resolution.namespace.exportName[0],
options
);
}
Expand Down

0 comments on commit ffe790f

Please sign in to comment.