hughes5135

有时候开发React或者Vue项目时,本地运行访问时,会莫名出现报错如下:

The script has an unsupported MIME type (\'text/html\')

这是由于无意中开启了service Workesr 功能,只要关掉即可解决。

步骤:

开发者工具 -> Application -> service Workers -> 展开Service workers from other domains -> 找到localhost域名项  -> 在右侧Unrigister注销 -> 最后刷新之前的项目页面即可。

 

 

分类:

技术点:

相关文章:

  • 2021-08-11
  • 2021-10-17
  • 2021-06-15
  • 2021-07-04
  • 2021-12-29
  • 2021-12-26
  • 2021-05-24
猜你喜欢
  • 2021-11-06
  • 2021-09-05
  • 2021-12-12
  • 2021-11-20
  • 2021-11-28
相关资源
相似解决方案