diff --git a/libs/native-federation/src/utils/updateIndexHtml.ts b/libs/native-federation/src/utils/updateIndexHtml.ts
index 4c7653b..db7bd26 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(
- /'
);