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
I want know if there are some way to solve this quetion:
I use vue or react to develop a website, and it cant be use by :
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec
SO I tried some way to solve MIME but failed,
and then I try to set the js files on cdn but it CORS...
I can use pywebview well by origin htmls , but I want to try vue or react(not good at it),so is there some ways?
The text was updated successfully, but these errors were encountered:
I want know if there are some way to solve this quetion:
I use vue or react to develop a website, and it cant be use by :
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec
SO I tried some way to solve MIME but failed,
and then I try to set the js files on cdn but it CORS...
I can use pywebview well by origin htmls , but I want to try vue or react(not good at it),so is there some ways?
The text was updated successfully, but these errors were encountered: