运行vue项目空白
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.
在写 vue 项目的时候,偶然遇到
原因
打包时候的 base 路径与 nginx 的路径不匹配,检查一下自己的项目配置,我的是vite
base: '/cash-config'
但是 nginx 上配置的是
/config-order