Hi guys ,
maybe you can help me to investigate this issue …
when I’m running my build like :
ionic cordova run android --release -> have no issues and all good
ionic cordova run android --release – prod I got this error and I try to find out what is that :
TypeError: Object prototype may only be an Object or null: undefined
at setPrototypeOf (native)
at Object.__extends (/Users/x/projects/y/node_modules/tslib/tslib.js:64:9)
at /Users/x/projects/y/node_modules/@angular/compiler-cli/src/ngtsc/indexer/src/template.js:115:17
at /Users/x/projects/y/node_modules/@angular/compiler-cli/src/ngtsc/indexer/src/template.js:314:6
at Object.defineProperty.value (/Users/x/projects/y/node_modules/@angular/compiler-cli/src/ngtsc/indexer/src/template.js:3:17)
at Object. (/Users/x/projects/y/node_modules/@angular/compiler-cli/src/ngtsc/indexer/src/template.js:9:3)
at Module._compile (module.js:570:32)
at Object.Module._extensions…js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
Anyone ?