White screen on device livereload

Hello,

For several days I am trying to make work device live reloading.

I have forked Ionic conference app and in order to use Auth0 SDK changed architect:build to use @angular-builders/custom-webpack:browser instead of @angular-devkit/build-angular:browser.

This is current angular.json and custom webpack.config.js

I enabled port 8100 in firewall (also turned off firewall completely) so when I open Chrome on the Android device and navigate to 192.168.51.28:8100 I can see the app.

Commands:

  1. ionic serve
  • Serves to localhost:8100 and I can see the app in Chrome.
  1. ionic cordova run android --livereload-url=http://192.168.51.28:8100 --livereload

Coud you please help me out of the white screen? :grinning: