Skip to content

Conversation

vladimir-kotikov
Copy link
Member

This PR solves problem with a lot of plugins, which uses js-module tags with merges target="". Such modules are not loaded correctly, so, for example, plugin proxies on windows platform are not available at runtime.

Instead of injecting modulemapper methods and require calls into bundle, this PR assumes that bundled plugins modules will be loaded by special 'browserify' version of cordova/pluginloader (see https://github.com/MSOpenTech/cordova-js/blob/CB-9505/src/common/pluginloader_b.js)

This fixes https://issues.apache.org/jira/browse/CB-9505

This PR needs to be merged along with corresponding PR to cordova-js: apache/cordova-js#126

@vladimir-kotikov
Copy link
Member Author

@stevengill, please review when possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants