From 4277a10db2d077bb6059a6c56641fac8b2261bb6 Mon Sep 17 00:00:00 2001 From: ladler1 Date: Mon, 28 Jul 2025 11:55:51 +0200 Subject: [PATCH] fix regex for type module-shim and module update --- libs/native-federation/src/utils/updateIndexHtml.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/native-federation/src/utils/updateIndexHtml.ts b/libs/native-federation/src/utils/updateIndexHtml.ts index 4c7653b0..db7bd267 100644 --- a/libs/native-federation/src/utils/updateIndexHtml.ts +++ b/libs/native-federation/src/utils/updateIndexHtml.ts @@ -57,11 +57,11 @@ export function updateScriptTags( `; indexContent = indexContent.replace( - /' ); indexContent = indexContent.replace( - /' );