| @@ -56,19 +56,19 @@ | ||
| 56 | 56 | |
| 57 | 57 | /******/ }); |
| 58 | 58 | /************************************************************************/ |
| 59 | 59 | /******/ // The module cache |
| 60 | -/******/ var __webpack_module_cache__ = {}; | |
| 60 | +/******/ const __webpack_module_cache__ = {}; | |
| 61 | 61 | /******/ |
| 62 | 62 | /******/ // The require function |
| 63 | 63 | /******/ function __webpack_require__(moduleId) { |
| 64 | 64 | /******/ // Check if module is in cache |
| 65 | -/******/ var cachedModule = __webpack_module_cache__[moduleId]; | |
| 65 | +/******/ const cachedModule = __webpack_module_cache__[moduleId]; | |
| 66 | 66 | /******/ if (cachedModule !== undefined) { |
| 67 | 67 | /******/ return cachedModule.exports; |
| 68 | 68 | /******/ } |
| 69 | 69 | /******/ // Create a new module (and put it into the cache) |
| 70 | -/******/ var module = __webpack_module_cache__[moduleId] = { | |
| 70 | +/******/ const module = __webpack_module_cache__[moduleId] = { | |
| 71 | 71 | /******/ // no module.id needed |
| 72 | 72 | /******/ // no module.loaded needed |
| 73 | 73 | /******/ exports: {} |
| 74 | 74 | /******/ }; |
| @@ -75,9 +75,9 @@ | ||
| 75 | 75 | /******/ |
| 76 | 76 | /******/ // Execute the module function |
| 77 | 77 | /******/ if (!(moduleId in __webpack_modules__)) { |
| 78 | 78 | /******/ delete __webpack_module_cache__[moduleId]; |
| 79 | -/******/ var e = new Error("Cannot find module '" + moduleId + "'"); | |
| 79 | +/******/ const e = new Error("Cannot find module '" + moduleId + "'"); | |
| 80 | 80 | /******/ e.code = 'MODULE_NOT_FOUND'; |
| 81 | 81 | /******/ throw e; |
| 82 | 82 | /******/ } |
| 83 | 83 | /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); |
| @@ -88,14 +88,29 @@ | ||
| 88 | 88 | /******/ |
| 89 | 89 | /************************************************************************/ |
| 90 | 90 | /******/ /* webpack/runtime/define property getters */ |
| 91 | 91 | /******/ (() => { |
| 92 | -/******/ // define getter functions for harmony exports | |
| 92 | +/******/ // define getter/value functions for harmony exports | |
| 93 | 93 | /******/ __webpack_require__.d = (exports, definition) => { |
| 94 | -/******/ for(var key in definition) { | |
| 95 | -/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { | |
| 96 | -/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); | |
| 94 | +/******/ if(Array.isArray(definition)) { | |
| 95 | +/******/ var i = 0; | |
| 96 | +/******/ while(i < definition.length) { | |
| 97 | +/******/ var key = definition[i++]; | |
| 98 | +/******/ var binding = definition[i++]; | |
| 99 | +/******/ if(!__webpack_require__.o(exports, key)) { | |
| 100 | +/******/ if(binding === 0) { | |
| 101 | +/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] }); | |
| 102 | +/******/ } else { | |
| 103 | +/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding }); | |
| 104 | +/******/ } | |
| 105 | +/******/ } else if(binding === 0) { i++; } | |
| 97 | 106 | /******/ } |
| 107 | +/******/ } else { | |
| 108 | +/******/ for(var key in definition) { | |
| 109 | +/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { | |
| 110 | +/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); | |
| 111 | +/******/ } | |
| 112 | +/******/ } | |
| 98 | 113 | /******/ } |
| 99 | 114 | /******/ }; |
| 100 | 115 | /******/ })(); |
| 101 | 116 | /******/ |
| @@ -100,9 +115,9 @@ | ||
| 100 | 115 | /******/ })(); |
| 101 | 116 | /******/ |
| 102 | 117 | /******/ /* webpack/runtime/hasOwnProperty shorthand */ |
| 103 | 118 | /******/ (() => { |
| 104 | -/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) | |
| 119 | +/******/ __webpack_require__.o = (obj, prop) => (Object.hasOwn(obj, prop)) | |
| 105 | 120 | /******/ })(); |
| 106 | 121 | /******/ |
| 107 | 122 | /******/ /* webpack/runtime/make namespace object */ |
| 108 | 123 | /******/ (() => { |
| @@ -107,9 +122,9 @@ | ||
| 107 | 122 | /******/ /* webpack/runtime/make namespace object */ |
| 108 | 123 | /******/ (() => { |
| 109 | 124 | /******/ // define __esModule on exports |
| 110 | 125 | /******/ __webpack_require__.r = (exports) => { |
| 111 | -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { | |
| 126 | +/******/ if(Symbol.toStringTag) { | |
| 112 | 127 | /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
| 113 | 128 | /******/ } |
| 114 | 129 | /******/ Object.defineProperty(exports, '__esModule', { value: true }); |
| 115 | 130 | /******/ }; |
| @@ -115,9 +130,9 @@ | ||
| 115 | 130 | /******/ }; |
| 116 | 131 | /******/ })(); |
| 117 | 132 | /******/ |
| 118 | 133 | /************************************************************************/ |
| 119 | -var __webpack_exports__ = {}; | |
| 134 | +let __webpack_exports__ = {}; | |
| 120 | 135 | // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk. |
| 121 | 136 | (() => { |
| 122 | 137 | /*!***************************************!*\ |
| 123 | 138 | !*** ./assets/src/js/admin/addons.js ***! |