古法编程:failed to load module script: expected a javascript module script but the s

13 阅读1分钟

报错信息:

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.

解决方法

1、vite配置文件

image.png

2、nginx

image.png

3、浏览器访问

image.png