Syntax Error in Angular App: Unexpected token <

后端 未结 30 2177
独厮守ぢ
独厮守ぢ 2020-12-02 20:16

I have an Angular app which runs perfectly in my local and production environment.. After a tiny change I made, I ran the app locally and it works fine.. Then I built the pr

30条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-02 20:24

    In my case, I just had to do a 'hard refresh' of the page to clear its cache (using Chrome under Linux it's done by pressing ctrl + F5). After that, everything worked fine again.

    Cheers,

提交回复
热议问题