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
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Chrome gives the error: Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/coffeescript". Strict MIME type checking is enforced for module scripts per HTML spec.
I believe the filename needs to be mapped to .js (or maybe .jsx depending on whether there is JSX? maybe not)... Here is another plugin which does so.
Chrome gives the error:
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/coffeescript". Strict MIME type checking is enforced for module scripts per HTML spec.I believe the filename needs to be mapped to
.js(or maybe.jsxdepending on whether there is JSX? maybe not)... Here is another plugin which does so.