When I run ionic serve locally my app runs fine in the browser.
I pushed up my changes and it built fine
git push ionic master
But when I try to view the app in the new Ionic View app. My shows a completely white blank screen. How do I tell what the problem is?
here are the output when I run ionic build, is the warning is what is causing this?
INFO] Running app-scripts build:
[00:12:19] build dev started ...
[00:12:19] clean started ...
[00:12:19] clean finished in 27 ms
[00:12:19] copy started ...
[00:12:19] transpile started ...
[00:12:22] transpile finished in 3.49 s
[00:12:23] preprocess started ...
[00:12:23] deeplinks started ...
[00:12:23] deeplinks finished in 126 ms
[00:12:23] preprocess finished in 126 ms
[00:12:23] webpack started ...
[00:12:23] copy finished in 3.82 s
[00:12:30] webpack finished in 7.12 s
[00:12:30] sass started ...
WARNING: you are using a deprecated variable
Backtrace:
node_modules/ionic-angular/themes/ionic.mixins.scss:192, in mixin `deprecated-variable`
node_modules/ionic-angular/components/label/label.md.scss:31
[00:12:31] sass finished in 1.18 s
[00:12:31] postprocess started ...
[00:12:31] postprocess finished in 22 ms
[00:12:31] lint started ...
[00:12:31] build dev finished in 12.01 s
I am using some plugins that are not supported like facebook. On the old Ionic View I was able to run the same app, obviously unsupported plugins would not work, but I could at least run the app.