控制檯出現「The script has an unsupported MIME type ('text/html')」報錯

有時候開發React或者Vue項目時,本地運行訪問時,會莫名出現報錯以下:html

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

這是因爲無心中開啓了service Workesr 功能,只要關掉便可解決。dom

步驟:工具

開發者工具 -> Application -> service Workers -> 展開Service workers from other domains -> 找到localhost域名項  -> 在右側Unrigister註銷 -> 最後刷新以前的項目頁面便可。spa

 

相關文章
相關標籤/搜索