PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | assets/js/dist/utils.js +4 -1 4.4.14.4.8 View file →
@@ -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 /************************************************************************/