Ionic 4 - build - creates about 165 .js files

Thx for the feedback, interesting. Could I ask you, doing so, putting back everything in a single module, had a bad effect on your boot time or it was still ok? I guess the good thing with v4 is that @ionic/core is base on Web Components which are lazy loaded, therefore in any case the perf should be better than v3

About duplicate code, when I did some tests (Ionic 4 Lazy Loading and Modals) I noticed that code from modals weren’t duplicated but didn’t went further

Final thought: since now the Ionic CLI relies on the Angular CLI which use Webpack, I guess it’s would be more a Webpack improvements than an Ionic thing right? Do you know if there is something open/in progress about this subject?

And thx again for the feedback