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
Input tags like <script type="module" src="..."></script> result in output tags like <script crossorigin="" src="data:module;base64,..."></script> which doesn't seem valid nor loads in Chrome.
I don't believe module is a valid MIME type, and if I edit the output file to use text/javascript instead, the file loads fine.