🎅
This commit is contained in:
parent
17579369d4
commit
e407307928
5
dist/cordova-wrap.js
vendored
5
dist/cordova-wrap.js
vendored
@ -1162,6 +1162,7 @@ function get(obj, path) {
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.Native = undefined;
|
||||
|
||||
var _pluginConfig = require('./plugin-config');
|
||||
|
||||
@ -1209,7 +1210,9 @@ for (var i = 0; i < _pluginConfig.PluginConfig.length; i++) {
|
||||
wrappedPlugins[plugin.className] = cls;
|
||||
}
|
||||
|
||||
exports.default = wrappedPlugins;
|
||||
var Native = wrappedPlugins;
|
||||
|
||||
exports.Native = Native;
|
||||
|
||||
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
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-wrap",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Native plugins to replace ngCordova",
|
||||
"main": "dist/cordova-wrap.js",
|
||||
"directories": {
|
||||
|
@ -43,6 +43,8 @@ for(let i = 0; i < PluginConfig.length; i++) {
|
||||
wrappedPlugins[plugin.className] = cls;
|
||||
}
|
||||
|
||||
export default wrappedPlugins;
|
||||
let Native = wrappedPlugins;
|
||||
|
||||
export {Native};
|
||||
|
||||
window.Native = wrappedPlugins;
|
||||
|
Loading…
Reference in New Issue
Block a user