You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ionic 6 when using configuration aot true, when build to App will show JIT unavailable.
During development configuration for aot false can works fine..Only when production it hit this issue.
Any ways to resolve it?
I tried import '@angular/compiler'; in main.ts
OR
in tsconfig.json
"angularCompilerOptions": {
"enableIvy": false, / true
"compilationMode": "partial"
}
The text was updated successfully, but these errors were encountered:
every hms plugin is deprecated or just this cordova-plugin-hms-availability?
Any other upgraded package we could use in ionic/capacitor project? Because we would like to have buildOptimizer option in our project.
Ionic 6 when using configuration aot true, when build to App will show JIT unavailable.
During development configuration for aot false can works fine..Only when production it hit this issue.
Any ways to resolve it?
I tried import '@angular/compiler'; in main.ts
OR
in tsconfig.json
"angularCompilerOptions": {
"enableIvy": false, / true
"compilationMode": "partial"
}
The text was updated successfully, but these errors were encountered: