You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
------<astro-test></astro-test><script>classAstroTestextendsHTMLElement{constructor(){super();alert("This should fire");}}customElements.define("astro-test",AstroTest)</script>
This minifier removes the entire script from the final output. This example works fine in dev builds.
The text was updated successfully, but these errors were encountered:
When minifying this component
This minifier removes the entire script from the final output. This example works fine in dev builds.
The text was updated successfully, but these errors were encountered: