Ionic Pro initializing in browser

I’m building the app for ios and browser, and I don’t want to use Cordova plugins when I’m in browser, It’s easily done by doing platform.is(‘core’) but not the case for cordova-plugin-ionic, because Ionic Pro initializing is in app.module
Is there a way to skip initializing Ionic Pro when I’m in the browser using ionic serve?
I’m aware of browser platform it’s very poorly supported.