bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup
MIT License
115 stars 39 forks source link

Support for `browserify` option #12

Closed stalniy closed 7 years ago

stalniy commented 7 years ago

Cordova cli has a --browserify option which allows to merge all plugins and platform js files into single cordova.js file. This improves boot time for big applications in about 5 time.

In case if you use WKWebView for iOS, then you need to use a workaround hook. By default WKWebView doesn't work with browserified build (see https://issues.apache.org/jira/browse/CB-11311 for details)