Humongous file size

Hi
I have finally manage to compile my app via Ionic Package (I’m developing on windows)

But the file is extremely large, 50 Mb vs 25 Mb in Android.
Which is also to large. I have some photos’ but their only 1 mb combined.
Why is my app so large? What to check?
It is built on IonFullApp, purchased at Themeforrest.

I would suggest contacting the creator of this “IonFullApp”. Given its name, it is probably chock full of junk that you don’t really need.

Yeah, probably.
Is it the plugin’s that take a lot of space?
Can I just remove the plugins I know I don’t use from config.xml? Do I need to delete them from the disk as well? And other places?

Again, I think these are questions better asked of the IonFullApp manufacturer, especially because you said you paid them for it.

What happens when you run ionic plugin?

If it includes crosswalk, that is a big plugin.

This happens:
com.phonegap.plugins.PushPlugin 2.5.0 "PushPlugin"
com.synconset.imagepicker 1.0.7 "ImagePicker"
cordova-plugin-admobpro 2.13.0 "AdMob Plugin Pro"
cordova-plugin-console 1.0.2 "Console"
cordova-plugin-device 1.1.1 "Device"
cordova-plugin-dialogs 1.2.0 "Notification"
cordova-plugin-email-composer 0.8.3 "EmailComposer"
cordova-plugin-extension 1.3.0 "Cordova Plugin Extension"
cordova-plugin-geolocation 1.0.1 "Geolocation"
cordova-plugin-globalization 1.0.3 "Globalization"
cordova-plugin-iad 2.0.5 "iAd PluginPro"
cordova-plugin-inappbrowser 1.3.0 "InAppBrowser"
cordova-plugin-splashscreen 2.1.0 "Splashscreen"
cordova-plugin-statusbar 2.1.3 "StatusBar"
cordova-plugin-whitelist 1.2.1 "Whitelist"
cordova-plugin-x-socialsharing 5.0.11 "SocialSharing"
ionic-plugin-keyboard 2.0.1 “Keyboard”

And I see that in bower.json
"dependencies": {
“ngmap”: “~1.9.0”,
…}

The ngmap folder under \www\lib\ is 7Mb. It contains a folder named \testapp\
If I delete this testapp folder, does that reduce filesize?