Falldot / esbuild-dev-server

This plugin allows you to start a local server with hot reloading with Esbuild
MIT License
48 stars 1 forks source link

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. #10

Open ike-yu-byte opened 7 months ago

ike-yu-byte commented 7 months ago

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec.

xseman commented 3 months ago

@ike-yu-byte, have you resolved the issue? I'm experiencing the same problem.

uqmessias commented 3 months ago

@ike-yu-byte and @xseman, try to take a look at #7, it may solve your issue.