Skip to content

Commit c5a8ea9

Browse files
authored
fix(hydrate): Add missing alias to hydrate build to fix app globals (#6005)
1 parent b84194a commit c5a8ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/esbuild/internal-platform-hydrate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export async function getInternalPlatformHydrateBundles(opts: BuildOptions): Pro
5454
plugins: [
5555
externalAlias('@utils/shadow-css', '../client/shadow-css.js'),
5656
externalAlias('@app-data', '@stencil/core/internal/app-data'),
57+
externalAlias('@app-globals', '@stencil/core/internal/app-globals'),
5758
],
5859
};
5960

0 commit comments

Comments
 (0)