file is being assigned a //# sourceMappingURL but already has one

前端 未结 6 698
执笔经年
执笔经年 2021-01-30 15:36

I just notice Firefox console outputs the following error for every single .js/.coffee file in my project (even the packages).

-file- is being assigned a //# sou         


        
6条回答
  •  余生分开走
    2021-01-30 16:16

    Update jquery - from the jQuery website http://www.jquery.com/download

    You can also download a sourcemap file for use when debugging with a compressed file. The map file is not required for users to run jQuery, it just improves the developer's debugger experience. As of jQuery 1.11.0/2.1.0 the //# sourceMappingURL comment is not included in the compressed file.

提交回复
热议问题