transferred with MIME type application/x-gzip

新安装的laravel

在 hello.php 中
增加如下两端代码

<script src="js/i.js"></script>
<script>
console.log("???");
</script>
php artisan serve 后

chrome 返回 Resource interpreted as Script but transferred with MIME type application/x-gzip: "http://localhost:8000/js/i.js". 不将js程序解析为 js格式 这要怎么配置?
已邀请:

wang

赞同来自:

第二代格式的js是正常输出的

要回复问题请先登录注册