Commit f5aaf537 authored by Elias Nahum's avatar Elias Nahum

Change library from var to umd

parent 04f264bc
var ZimbraAdminApi =
/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define("ZimbraAdminApi", [], factory);
else if(typeof exports === 'object')
exports["ZimbraAdminApi"] = factory();
else
root["ZimbraAdminApi"] = factory();
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
......@@ -38992,5 +39001,7 @@ var ZimbraAdminApi =
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(109).Buffer))
/***/ }
/******/ ]);
/******/ ])
});
;
//# sourceMappingURL=zimbra-admin-api.js.map
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -22,7 +22,7 @@ var config = {
path: __dirname + '/lib',
filename: outputFile,
library: 'ZimbraAdminApi',
libraryTarget: 'var',
libraryTarget: 'umd',
umdNamedDefine: true
},
module: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment