Vue使用Typescript开发编译时提示“ERROR in ./src/main.ts Module build failed: TypeError: Cannot read property 'afterCompile' of undefined”的解决方法

使用Typescript开发Vue,一切准备就绪。但npm start 时,提示“

ERROR in ./src/main.ts

Module build failed: TypeError: Cannot read property 'afterCompile' of undefined“错误。

解决方法

将ts-loader从4.0降低到3.1.1解决问题。是由于webpack和ts-loader版本不兼容造成的。