Ionic Pro compile path error (canot find ../pages/

on my local build I can compile with not errors, yet when git push ionic master I get the following.
Should I lazy load (yes, I should - I mean will that resolve this issue?)

Other wise I will be forces to dev IOS on a mac VM… (PLEASE NO!)

[18:27:13] deeplinks started …
[18:27:13] deeplinks finished in 44 ms [18:27:13] transpile started …
[18:27:16] typescript: src/app/app.component.ts, line: 6 Cannot find module ‘…/pages/login/login’. L5: import { IonicStorageModule } from ‘@ionic/storage’; L6: import { LoginPage } from ‘…/pages/login/login’; Cannot find module ‘…/providers/auth-service/auth-service’.
[18:27:16] typescript: src/app/app.module.ts, line: 7 L6: import { HttpModule } from ‘@angular/http’; L7: import { AuthService } from ‘…/providers/auth-service/auth-service’; L8: import { HomePage } from ‘…/pages/home/home’;

cli packages: (C:\Users\leona\AppData\Roaming\npm\node_modules)

@ionic/cli-utils  : 1.19.0
ionic (Ionic CLI) : 3.19.0

global packages:

cordova (Cordova CLI) : 7.1.0

local packages:

@ionic/app-scripts : 3.1.2
Cordova Platforms  : android 6.3.0
Ionic Framework    : ionic-angular 3.9.2

System:

Android SDK Tools : 26.1.1
Node              : v8.9.1
npm               : 5.5.1
OS                : Windows 10

Environment Variables:

ANDROID_HOME : C:\Users\leona\AppData\Local\Android\Sdk

Misc:

backend : pro