mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
Bad export
This commit is contained in:
parent
d68452f79c
commit
0ead0d9c32
3
dist/cordova-wrap.js
vendored
3
dist/cordova-wrap.js
vendored
@ -1162,7 +1162,6 @@ function get(obj, path) {
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.wrappedPlugins = undefined;
|
||||
|
||||
var _pluginConfig = require('./plugin-config');
|
||||
|
||||
@ -1210,7 +1209,7 @@ for (var i = 0; i < _pluginConfig.PluginConfig.length; i++) {
|
||||
wrappedPlugins[plugin.className] = cls;
|
||||
}
|
||||
|
||||
exports.wrappedPlugins = wrappedPlugins;
|
||||
exports.default = wrappedPlugins;
|
||||
|
||||
window.Native = wrappedPlugins;
|
||||
|
||||
|
2
dist/cordova-wrap.js.map
vendored
2
dist/cordova-wrap.js.map
vendored
File diff suppressed because one or more lines are too long
@ -43,6 +43,6 @@ for(let i = 0; i < PluginConfig.length; i++) {
|
||||
wrappedPlugins[plugin.className] = cls;
|
||||
}
|
||||
|
||||
export {wrappedPlugins};
|
||||
export default wrappedPlugins;
|
||||
|
||||
window.Native = wrappedPlugins;
|
||||
|
Loading…
Reference in New Issue
Block a user