uniapp vue3版本通过vite进行跨域代理。在打包H5后通过地址栏跳转到页面报错。
提示信息为:
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.
在删除vite后可以通过地址栏进行跳转。
