【发布时间】:2020-06-26 19:15:30
【问题描述】:
我已经从 angular 7.1.4 更新到 10。 现在我收到类似这样的奇怪警告:
C:\Sviluppo\Welcome\welcome-cloud-app\src\app\calendario-fasce\mese\mese.component.ts 中的警告取决于 src/app/interfaces/calendar/calendar.component。 CommonJS 或 AMD 依赖项可能会导致优化救助。 欲了解更多信息,请参阅:https://angular.io/guide/build#configuring-commonjs-dependencies
对于像这样的其他警告,我在 angular.json 中添加了相关行,例如:
"allowedCommonJsDependencies": [
"moment",
....
]"
我如何解决这个与我的组件相关的警告?
【问题讨论】:
-
能分享一下mese.component.ts中calendar.component的导入代码吗?
标签: angular dependencies amd commonjs