JS - Can't combine lib files

后端 未结 3 499

I have multiple lib files in an an index.html file, that are loaded in proper sequence for an app I am running.


<         


        
3条回答
  •  清歌不尽
    2020-12-13 13:13

    Most probably one of your js files is missing a ; at the end. Open up the one you believe is causing the error and add a ; at the end, or add a ; to the very first line of the next js file.

提交回复
热议问题