jQuery's jquery-1.10.2.min.map is triggering a 404 (Not Found)

前端 未结 11 1680
后悔当初
后悔当初 2020-11-22 08:34

I\'m seeing error messages about a file, min.map, being not found:

GET jQuery\'s jquery-1.10.2.min.map is triggering a 404 (Not Found)

<
11条回答
  •  一个人的身影
    2020-11-22 08:51

    If you want to get source map file different version, you can use this link http://code.jquery.com/jquery-x.xx.x.min.map

    Instead x.xx.x put your version number.

    Note: Some links, which you get on this method, may be broken :)

提交回复
热议问题