Skip to content

Commit 4d39869

Browse files
authored
recompile with correct ncc version
1 parent 2e0d362 commit 4d39869

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

dist/index.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ module.exports =
1919
/******/ };
2020
/******/
2121
/******/ // Execute the module function
22-
/******/ var threw = true;
23-
/******/ try {
24-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
25-
/******/ threw = false;
26-
/******/ } finally {
27-
/******/ if(threw) delete installedModules[moduleId];
28-
/******/ }
22+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
2923
/******/
3024
/******/ // Flag the module as loaded
3125
/******/ module.l = true;

0 commit comments

Comments
 (0)