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

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

    put your code inside

       $( document ).ready(function() {
       //whatever
       });
    

    then the message dissappears.

提交回复
热议问题