我现在面临以下问题:如果我尝试建立我的离子3应用了与IOS --prod
标志,我得到以下错误:
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
。 我没有使用任何在我的代码中的错误消息中提到的类。