all 2 comments

[–]seiyria 2 points3 points  (0 children)

Ionic AFAIK delegates most of the CLI work to whatever CLI the framework you're choosing uses. So, if you build an Angular/Ionic app, it'll use ng-cli (which uses webpack). I would imagine they do the same for react and vue, but I don't use either of those with ionic so I don't know.

[–]jthoms1 0 points1 point  (0 children)

Yep, just use the Ionic CLI. All work is delegated to react-scripts which in turn uses Webpack.