我们正在尝试构建启用AOT的Angular 6应用程序。不幸的是,我们总是收到以下错误:
ERROR in Module build failed: Error: The AngularCompilerPlugin was not found. The @ngtools/webpack loader requires the plugin.
at Object.ngcLoader (C:\frontend\node_modules\@ngtools\webpack\src\loader.js:27:15)
以前有人见过此错误吗?我检查了 node_modules 文件夹,所有文件都在那里。如果禁用了AOT,则不会不发生此错误。