Source map request causes 404 error

2019-07-15 00:29发布

After updating to Chrome 29 I have noticed that the browser try to get jquery.min.map from app root. But request before it was received from assets (small reputation don't let me post screen image for proofing).

Of course, I can switch off source maps in browser settings as at this question, but maybe there's another true way? And the difference in my case is that the source map was received from assets.

1条回答
Summer. ? 凉城
2楼-- · 2019-07-15 00:55

Source maps are only loaded by Chrome when the developer tools are opened, so it shouldn't be an issue for your users.

查看更多
登录 后发表回答