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

前端 未结 6 694
执笔经年
执笔经年 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:35

    For the people using Visual Studio 2013, and have downloaded the jQuery libraries via NuGet, check your jquery-x.x.x.min.js and you'll find the text comment below that's popping this warning on Firefox.

    // # sourceMappingURL=jquery-x.x.x.min.map
    

    You can safely remove those lines.

提交回复
热议问题