[Ionic 4] Typescript source maps aren't generated when using livereload

Hi there,

If I use npm run ionic cordova run ios -- --source-map --address=0.0.0.0 -l the source maps aren’t generated (or at least the mappings aren’t loaded in Safari) using livereload. But if I use npm run ionic cordova run ios -- --source-map --address=0.0.0.0, the source maps are picked up just fine.

I created a new project with the conference template without any other changes.

Here’s my ionic info:

> ionic-conference-app@0.0.0 ionic /...
> ionic "info"


Ionic:

   Ionic CLI                     : 5.0.2
   Ionic Framework               : @ionic/angular 4.4.2
   @angular-devkit/build-angular : 0.13.9
   @angular-devkit/schematics    : 7.3.9
   @angular/cli                  : 7.3.9
   @ionic/angular-toolkit        : 1.5.1

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : ios 5.0.1
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.0, (and 5 other plugins)

Utility:

   cordova-res : 0.3.0
   native-run  : 0.2.5

System:

   Android SDK Tools : 26.1.1 (/../Library/Android/sdk)
   ios-deploy        : 1.9.4
   ios-sim           : 8.0.1
   NodeJS            : v11.15.0 (/../.nvm/versions/node/v11.15.0/bin/node)
   npm               : 6.7.0
   OS                : macOS High Sierra
   Xcode             : Xcode 10.1 Build version 10B61

Is this a bug?

Did you ever solve this? I have the same problem and finding no solutions:

Ionic:

   Ionic CLI                     : 6.11.6 (/Users/jeffreyleigh/.nvm/versions/node/v10.16.1/lib/node_modules/@ionic/cli)
   Ionic Framework               : @ionic/angular 5.4.1
   @angular-devkit/build-angular : 0.901.12
   @angular-devkit/schematics    : 8.3.29
   @angular/cli                  : 9.1.12
   @ionic/angular-toolkit        : 2.3.3

Cordova:

   Cordova CLI       : 10.0.0
   Cordova Platforms : ios 6.1.1
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 14 other plugins)

Utility:

   cordova-res (update available: 0.15.2) : 0.15.1
   native-run (update available: 1.2.2)   : 1.0.0

System:

   Android SDK Tools : 26.1.1 (/Users/jeffreyleigh/Library/Android/sdk)
   ios-deploy        : 1.11.1
   ios-sim           : 8.0.2
   NodeJS            : v10.16.1 (/Users/jeffreyleigh/.nvm/versions/node/v10.16.1/bin/node)
   npm               : 6.9.0
   OS                : macOS Catalina
   Xcode             : Xcode 12.1 Build version 12A7403