Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit c94e75e

Browse files
bump
1 parent c642c8e commit c94e75e

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

scripts/install_ios_entitlements_packed.js

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,18 @@
3333
/******/ // expose the module cache
3434
/******/ __webpack_require__.c = installedModules;
3535

36-
/******/ // identity function for calling harmory imports with the correct context
36+
/******/ // identity function for calling harmony imports with the correct context
3737
/******/ __webpack_require__.i = function(value) { return value; };
3838

39-
/******/ // define getter function for harmory exports
39+
/******/ // define getter function for harmony exports
4040
/******/ __webpack_require__.d = function(exports, name, getter) {
41-
/******/ Object.defineProperty(exports, name, {
42-
/******/ configurable: false,
43-
/******/ enumerable: true,
44-
/******/ get: getter
45-
/******/ });
41+
/******/ if(!__webpack_require__.o(exports, name)) {
42+
/******/ Object.defineProperty(exports, name, {
43+
/******/ configurable: false,
44+
/******/ enumerable: true,
45+
/******/ get: getter
46+
/******/ });
47+
/******/ }
4648
/******/ };
4749

4850
/******/ // getDefaultExport function for compatibility with non-harmony modules

scripts/postinstall.js

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,18 @@
3333
/******/ // expose the module cache
3434
/******/ __webpack_require__.c = installedModules;
3535

36-
/******/ // identity function for calling harmory imports with the correct context
36+
/******/ // identity function for calling harmony imports with the correct context
3737
/******/ __webpack_require__.i = function(value) { return value; };
3838

39-
/******/ // define getter function for harmory exports
39+
/******/ // define getter function for harmony exports
4040
/******/ __webpack_require__.d = function(exports, name, getter) {
41-
/******/ Object.defineProperty(exports, name, {
42-
/******/ configurable: false,
43-
/******/ enumerable: true,
44-
/******/ get: getter
45-
/******/ });
41+
/******/ if(!__webpack_require__.o(exports, name)) {
42+
/******/ Object.defineProperty(exports, name, {
43+
/******/ configurable: false,
44+
/******/ enumerable: true,
45+
/******/ get: getter
46+
/******/ });
47+
/******/ }
4648
/******/ };
4749

4850
/******/ // getDefaultExport function for compatibility with non-harmony modules

0 commit comments

Comments
 (0)