UNPKG

1.91 kBJavaScriptView Raw
1module.exports =
2/******/ (function() { // webpackBootstrap
3/******/ var __webpack_modules__ = ({
4
5/***/ 957:
6/***/ (function(module) {
7
8// Provide a "System" global.
9module.exports = {
10 // Make sure import is only used as "System.import"
11 import: function() {
12 throw new Error("System.import cannot be used indirectly");
13 }
14};
15
16
17/***/ })
18
19/******/ });
20/************************************************************************/
21/******/ // The module cache
22/******/ var __webpack_module_cache__ = {};
23/******/
24/******/ // The require function
25/******/ function __nccwpck_require__(moduleId) {
26/******/ // Check if module is in cache
27/******/ if(__webpack_module_cache__[moduleId]) {
28/******/ return __webpack_module_cache__[moduleId].exports;
29/******/ }
30/******/ // Create a new module (and put it into the cache)
31/******/ var module = __webpack_module_cache__[moduleId] = {
32/******/ // no module.id needed
33/******/ // no module.loaded needed
34/******/ exports: {}
35/******/ };
36/******/
37/******/ // Execute the module function
38/******/ var threw = true;
39/******/ try {
40/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__);
41/******/ threw = false;
42/******/ } finally {
43/******/ if(threw) delete __webpack_module_cache__[moduleId];
44/******/ }
45/******/
46/******/ // Return the exports of the module
47/******/ return module.exports;
48/******/ }
49/******/
50/************************************************************************/
51/******/ /* webpack/runtime/compat */
52/******/
53/******/ __nccwpck_require__.ab = __dirname + "/";/************************************************************************/
54/******/ // module exports must be returned from runtime so entry inlining is disabled
55/******/ // startup
56/******/ // Load entry module and return exports
57/******/ return __nccwpck_require__(957);
58/******/ })()
59;
\No newline at end of file