Context: I’m trying to find out why my app’s load time takes so long (10sec).
I’m using ionic pro’s deploys and found out that it builds for dev environment, is that the correct thing to do there?
Won’t it affect the size of the generated files, hence have my app loading time slower?
> ionic-app-scripts build
[23:04:53] ionic-app-scripts 2.1.4
[23:04:53] build dev started ...
[23:04:53] clean started ...
[23:04:53] clean finished in 1 ms
[23:04:53] copy started ...
[23:04:53] transpile started ...
[23:04:59] transpile finished in 6.29 s
[23:04:59] preprocess started ...
[23:04:59] deeplinks started ...
[23:04:59] deeplinks finished in 21 ms
[23:04:59] preprocess finished in 23 ms
[23:04:59] webpack started ...
[23:04:59] copy finished in 6.59 s
[23:05:18] webpack finished in 18.59 s
[23:05:18] sass started ...
[23:05:20] sass finished in 2.41 s
[23:05:20] postprocess started ...
[23:05:20] postprocess finished in 11 ms
[23:05:20] lint started ...
[23:05:20] build dev finished in 27.42 s