Failed to load module script: The server responded with a non-JavaScript MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec.

Failed to load module script: The server responded with a non-JavaScript MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec.

这个问题主要是es6没有转成es5,安装 npm install --save-dev babel-loader@7 babel-core babel-preset-es2015后重新打包就可以了

posted @ 2022-06-02 15:44  世界上最孤独的人  阅读(5366)  评论(1)    收藏  举报