Skip to content

Commit c86a2a9

Browse files
fixup! add a comment explaining why
1 parent f69d2f9 commit c86a2a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/esbuild/internal-platform-hydrate.ts

-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ export async function getInternalPlatformHydrateBundles(opts: BuildOptions): Pro
3939

4040
const internalHydrateAliases = getEsbuildAliases();
4141
internalHydrateAliases['@platform'] = hydratePlatformInput;
42-
43-
// the runtime imports from `@stencil/core/mock-doc/constants` so we don't
44-
// want to have the existing alias around
4542
delete internalHydrateAliases['@stencil/core/mock-doc'];
4643

4744
const internalHydratePlatformBundle: ESBuildOptions = {

0 commit comments

Comments
 (0)