TypeError: Cannot call method 'charCodeAt' of undefined

后端 未结 1 1600
有刺的猬
有刺的猬 2021-02-14 12:05

I created a bare project with webpack with only one loader, ts-loader. Webpack is failing due to the following error:

ERROR in ./app.ts
Module build failed: Type         


        
相关标签:
1条回答
  • 2021-02-14 12:46

    This was an issue where ts-loader was pulling in TypeScript 1.5 which had breaking changes instead of sticking with TypeScript 1.4. I've pushed out a new version (0.3.4) that should take care of this. Sorry for the problem.

    0 讨论(0)
提交回复
热议问题