webpack编译的奇怪错误:
必须有要重构的源文件中的错误。
查看源代码,我在以下位置找到了此消息./node_modules/@ngtools/refactor.js
:
...
if (!sourceFile) {
throw new Error('Must have a source file to refactor.');
}
@ngtools webpack 插件的配置非常简单:
{
test: /\.ts$/,
use: '@ngtools/webpack',
}