Skip to content

Commit

Permalink
Support for inheriting scopes in overridden modules (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning authored Oct 7, 2024
1 parent c5e929b commit 71dc907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/import-map-injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ injectorImportMaps.forEach((scriptEl) => {

if (window["importMapOverrides"]) {
importMapJsons.push(window["importMapOverrides"].getOverrideMap());
importMapJsons.push(window["importMapOverrides"].getOverrideScopes());
}

const requiresMicroTick = importMapJsons.some(
Expand Down

0 comments on commit 71dc907

Please sign in to comment.