diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-23 16:17:20 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-23 16:17:20 +0000 |
| commit | 50ff551ac2f988e3949b097eeda34247f60e5e4c (patch) | |
| tree | 24e9ed57aead4fa2b6e260e5b021ff7329e93e9c /electron/src/_next/static/chunks/0.js | |
| parent | a9fae599f0771d03c9f2c3b1e2b20fd2e2b82c6a (diff) | |
| download | lawrence-hill-50ff551ac2f988e3949b097eeda34247f60e5e4c.tar.gz lawrence-hill-50ff551ac2f988e3949b097eeda34247f60e5e4c.tar.bz2 lawrence-hill-50ff551ac2f988e3949b097eeda34247f60e5e4c.zip | |
electron
Diffstat (limited to 'electron/src/_next/static/chunks/0.js')
| -rw-r--r-- | electron/src/_next/static/chunks/0.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/electron/src/_next/static/chunks/0.js b/electron/src/_next/static/chunks/0.js new file mode 100644 index 0000000..c813187 --- /dev/null +++ b/electron/src/_next/static/chunks/0.js @@ -0,0 +1,15 @@ +(window["webpackJsonp_N_E"] = window["webpackJsonp_N_E"] || []).push([[0],{ + +/***/ "./node_modules/next/dist/client/dev/noop.js": +/*!***************************************************!*\ + !*** ./node_modules/next/dist/client/dev/noop.js ***! + \***************************************************/ +/*! no static exports found */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; +eval("/* WEBPACK VAR INJECTION */(function(module) {\n\n;\n var _a, _b;\n // Legacy CSS implementations will `eval` browser code in a Node.js context\n // to extract CSS. For backwards compatibility, we need to check we're in a\n // browser context before continuing.\n if (typeof self !== 'undefined' &&\n // AMP / No-JS mode does not inject these helpers:\n '$RefreshHelpers$' in self) {\n var currentExports = module.__proto__.exports;\n var prevExports = (_b = (_a = module.hot.data) === null || _a === void 0 ? void 0 : _a.prevExports) !== null && _b !== void 0 ? _b : null;\n // This cannot happen in MainTemplate because the exports mismatch between\n // templating and execution.\n self.$RefreshHelpers$.registerExportsForReactRefresh(currentExports, module.i);\n // A module can be accepted automatically based on its exports, e.g. when\n // it is a Refresh Boundary.\n if (self.$RefreshHelpers$.isReactRefreshBoundary(currentExports)) {\n // Save the previous exports on update so we can compare the boundary\n // signatures.\n module.hot.dispose(function (data) {\n data.prevExports = currentExports;\n });\n // Unconditionally accept an update to this module, we'll check if it's\n // still a Refresh Boundary later.\n module.hot.accept();\n // This field is set when the previous version of this module was a\n // Refresh Boundary, letting us know we need to check for invalidation or\n // enqueue an update.\n if (prevExports !== null) {\n // A boundary can become ineligible if its exports are incompatible\n // with the previous exports.\n //\n // For example, if you add/remove/change exports, we'll want to\n // re-execute the importing modules, and force those components to\n // re-render. Similarly, if you convert a class component to a\n // function, we want to invalidate the boundary.\n if (self.$RefreshHelpers$.shouldInvalidateReactRefreshBoundary(prevExports, currentExports)) {\n module.hot.invalidate();\n }\n else {\n self.$RefreshHelpers$.scheduleUpdate();\n }\n }\n }\n else {\n // Since we just executed the code for the module, it's possible that the\n // new exports made it ineligible for being a boundary.\n // We only care about the case when we were _previously_ a boundary,\n // because we already accepted this update (accidental side effect).\n var isNoLongerABoundary = prevExports !== null;\n if (isNoLongerABoundary) {\n module.hot.invalidate();\n }\n }\n }\n\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../compiled/webpack/module.js */ \"./node_modules/next/dist/compiled/webpack/module.js\")(module)))//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIuL25vZGVfbW9kdWxlcy9uZXh0L2Rpc3QvY2xpZW50L2Rldi9ub29wLmpzLmpzIiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./node_modules/next/dist/client/dev/noop.js\n"); + +/***/ }) + +}]);
\ No newline at end of file |
