angular-architects / module-federation-plugin

MIT License
683 stars 184 forks source link

fix(nf): Remove orphans `</scripts>` tags during `updateScriptTags` #500

Closed jogelin closed 2 months ago

jogelin commented 2 months ago

Current Behaviour

When transforming the index.html, the updateScriptTags functions does not remove the closed </scripts> tags of from the replaced scripts

image

Expected/Implementation

Ensure close tags are replaced