Angular 9 - NGCC fails with an unhandled exception

后端 未结 16 1679
离开以前
离开以前 2020-12-24 05:40

Buidling the application after having upgraded dependcies to Angular 9 (and having performed necessary code changes) throws an error:

Compiling @ang

16条回答
  •  悲&欢浪女
    2020-12-24 06:25

    I had to go into my tsconfig.spec.json file and add

    "angularCompilerOptions": {
        "enableIvy": false
    }
    

    It was already in my tsconfig.json file.

提交回复
热议问题