We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84194a commit c5a8ea9Copy full SHA for c5a8ea9
1 file changed
scripts/esbuild/internal-platform-hydrate.ts
@@ -54,6 +54,7 @@ export async function getInternalPlatformHydrateBundles(opts: BuildOptions): Pro
54
plugins: [
55
externalAlias('@utils/shadow-css', '../client/shadow-css.js'),
56
externalAlias('@app-data', '@stencil/core/internal/app-data'),
57
+ externalAlias('@app-globals', '@stencil/core/internal/app-globals'),
58
],
59
};
60
0 commit comments