Hello everyone,
I have built a PWA with ionic and while deploying I see that cordova plugin JS files are not bundled using webpack. This causes browser to make more than 15 requests just to get these files. I was wondering if there is a way to combine these with webpack into a single file or better along with the main js file (vendor.js)
Thanks
Nitin