With what library do you have an issue?
native-federation
Reproduction of the bug/regression with instructions
using @angular-architects/native-federation:build renders added ' "="" ' in script tags in the index.html
<script type="module" src="polyfills.js" "=""></script>
<script type="module-shim" src="main.js" "=""></script>
Expected behavior
render correct script tags
<script type="module" src="polyfills.js"></script>
<script type="module-shim" src="main.js"></script>
Versions of Native/Module Federation, Angular, Node, Browser, and operating system
"@angular/core": "^19.2.5",
"@angular-architects/native-federation": "^19.0.22",
windows 11
node v20.18.0
Other information
No response
I would be willing to submit a PR to fix this issue
With what library do you have an issue?
native-federation
Reproduction of the bug/regression with instructions
using @angular-architects/native-federation:build renders added ' "="" ' in script tags in the index.html
<script type="module" src="polyfills.js" "=""></script> <script type="module-shim" src="main.js" "=""></script>Expected behavior
render correct script tags
<script type="module" src="polyfills.js"></script> <script type="module-shim" src="main.js"></script>Versions of Native/Module Federation, Angular, Node, Browser, and operating system
"@angular/core": "^19.2.5",
"@angular-architects/native-federation": "^19.0.22",
windows 11
node v20.18.0
Other information
No response
I would be willing to submit a PR to fix this issue