错误because its MIME type (text/html) is not a supported stylesheet MIME type, and strict MIME checkin

我打包之后的index.html里面的文件路径是这样的:

<link href=/css/app.96cd402b.css rel=preload as=style>

就一直报because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checkin这个错误。
修改为:

<link href=css/app.96cd402b.css rel=preload as=style>

这样就可以正常运行了。

你可能感兴趣的:(js)