Hello, I realize I'm a little late to the party, but I've just read the release notes for cordova 9, and am dismayed to find that browserify support was removed. I've been relying on this for the past many years, as our app is "remotely hosted", so I'm loading cordova.js (and all the plugin js) over the internet. The addition of browserify was a huge benefit for this situation, allowing us to build just a single JS bundle to deploy and serve. I still use it regularly and have had no issues with the feature.
Was there a discussion on removing this? Are there any plans to just bake in support by default, instead of hiding it behind an option? Any possibility of bringing it back? Thanks, Dan