Skip to content

Commit

Permalink
fix(hydrate): Add missing alias to hydrate build to fix app globals (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Payne authored Oct 2, 2024
1 parent b84194a commit c5a8ea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/esbuild/internal-platform-hydrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export async function getInternalPlatformHydrateBundles(opts: BuildOptions): Pro
plugins: [
externalAlias('@utils/shadow-css', '../client/shadow-css.js'),
externalAlias('@app-data', '@stencil/core/internal/app-data'),
externalAlias('@app-globals', '@stencil/core/internal/app-globals'),
],
};

Expand Down

0 comments on commit c5a8ea9

Please sign in to comment.