Skip to content

rendering incorrect script tags in index #836

@LiorCapsiSAP

Description

@LiorCapsiSAP

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

  • Yes
  • No

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions