ionic build has many files that we wont need on production app. How to use just the minefield files to get a better app size.
Just use
ionic.bundle.min.js
It works. Very thanks. But, I would to delete all files that the app will not use. It would be good if ionic team give the right way to do that.