a build with babel updated

This commit is contained in:
Matteo Manzinello 2020-07-31 10:09:16 +02:00
parent 5cdddd3e32
commit c1bb18055e
2 changed files with 3 additions and 3 deletions

View File

@ -1105,10 +1105,10 @@ var mailgoStyle = function mailgoStyle() {
function mailgo(mailgoConfig) {
var _ref2;
var _window;
// set the global config merging window mailgConfig and mailgoConfig passed as a parameter
config = _objectSpread(_objectSpread({}, mailgoConfig), ((_ref2 = window) === null || _ref2 === void 0 ? void 0 : _ref2.mailgoConfig) || null); // if the window is defined...
config = _objectSpread(_objectSpread({}, mailgoConfig), ((_window = window) === null || _window === void 0 ? void 0 : _window.mailgoConfig) || null); // if the window is defined...
if (window && typeof window !== "undefined") {
var _config12;

File diff suppressed because one or more lines are too long