| @@ -1100,10 +1100,13 @@ | ||
| 1100 | 1100 | /******/ |
| 1101 | 1101 | /******/ /* webpack/runtime/set anonymous default export name */ |
| 1102 | 1102 | /******/ (() => { |
| 1103 | 1103 | /******/ // set .name for anonymous default exports per ES spec |
| 1104 | +/******/ // skipped when the property is non-configurable (pre-ES2015 engines), | |
| 1105 | +/******/ // where Object.defineProperty would throw | |
| 1104 | 1106 | /******/ __webpack_require__.dn = (x) => { |
| 1105 | -/******/ (Object.getOwnPropertyDescriptor(x, "name") || {}).writable || Object.defineProperty(x, "name", { value: "default", configurable: true }); | |
| 1107 | +/******/ var descriptor = Object.getOwnPropertyDescriptor(x, "name"); | |
| 1108 | +/******/ if (!descriptor || (!descriptor.writable && descriptor.configurable)) Object.defineProperty(x, "name", { value: "default", configurable: true }); | |
| 1106 | 1109 | /******/ }; |
| 1107 | 1110 | /******/ })(); |
| 1108 | 1111 | /******/ |
| 1109 | 1112 | /************************************************************************/ |