【发布时间】:2020-11-26 19:36:31
【问题描述】:
我面临以下问题:如果我尝试使用 --prod 标志为 ios 构建 Ionic 3 应用程序,我会收到以下错误:
typescript error
Cannot determine the module for class OverlayPortal in
C:/.../node_modules/ionic-angular/umd/components/app/overlay-portal.d.ts!
Add OverlayPortal to the NgModule to fix it. Cannot determine the module for class IonicApp in
C:/.../node_modules/ionic-angular/umd/components/app/app-root.d.ts!
Add IonicApp to the NgModule to fix it. Cannot determine the module for class ClickBlock in
C:/.../node_modules/ionic-angular/umd/components/app/click-block.d.ts!
Add ClickBlock to the NgModule to fix it.
使用的构建命令:
ionic cordova build ios --prod
如果我在没有--prod 标志的情况下构建或者如果我使用ionic serve,则不会出现错误。我没有使用代码中错误消息中提到的任何类。
【问题讨论】: