Hi all,
I’m new to ionic development, and I’ve inherited an ionic 3 app that I’m supposed to work on.
I’m trying to build the app and here is what I’m seeing:
F:\PROJECTS\GT\jeffWorking\mobile-master>ionic build
Running app-scripts build:
[19:30:54] build dev started …
[19:30:54] clean started …
[19:30:54] clean finished in 20 ms
[19:30:54] copy started …
[19:30:57] deeplinks started …
[19:30:57] deeplinks finished in 140 ms
[19:30:57] transpile started …
[19:31:07] transpile finished in 10.62 s
[19:31:07] preprocess started …
[19:31:07] preprocess finished in 4 ms
[19:31:07] webpack started …
[19:31:08] copy finished in 13.43 s
[19:31:14] webpack finished in 6.18 s
[19:31:14] sass started …
Without from
option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to undefined
to prevent this warning.
[19:31:15] autoprefixer: :24266:3: Replace fill-available to stretch, because spec had been changed
[19:31:15] autoprefixer: :24272:3: Replace fill-available to stretch, because spec had been changed
[19:31:15] autoprefixer: :24277:3: Replace fill-available to stretch, because spec had been changed
[19:31:15] sass finished in 1.80 s
[19:31:15] postprocess started …
[19:31:15] postprocess finished in 17 ms
[19:31:15] lint started …
[19:31:15] build dev finished in 21.29 s
ionic cordova prepare --no-build
cordova prepare
Android Studio project detected
And it hangs there forever…
Is there some way to tell what it’s hanging on, such as a build log or something?