@stanlemon/webdev 0.1.55 → 0.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,241 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* ATTENTION: An "eval-source-map" devtool has been used.
|
|
3
|
-
* This devtool is neither made for production nor for readable output files.
|
|
4
|
-
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
|
5
|
-
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
6
|
-
* or disable the default devtool with "devtool: false".
|
|
7
|
-
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
8
|
-
*/
|
|
9
|
-
/******/ (() => { // webpackBootstrap
|
|
10
|
-
/******/ "use strict";
|
|
11
|
-
/******/ var __webpack_modules__ = ({});
|
|
12
|
-
/************************************************************************/
|
|
13
|
-
/******/ // The module cache
|
|
14
|
-
/******/ var __webpack_module_cache__ = {};
|
|
15
|
-
/******/
|
|
16
|
-
/******/ // The require function
|
|
17
|
-
/******/ function __webpack_require__(moduleId) {
|
|
18
|
-
/******/ // Check if module is in cache
|
|
19
|
-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
20
|
-
/******/ if (cachedModule !== undefined) {
|
|
21
|
-
/******/ return cachedModule.exports;
|
|
22
|
-
/******/ }
|
|
23
|
-
/******/ // Create a new module (and put it into the cache)
|
|
24
|
-
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
25
|
-
/******/ id: moduleId,
|
|
26
|
-
/******/ loaded: false,
|
|
27
|
-
/******/ exports: {}
|
|
28
|
-
/******/ };
|
|
29
|
-
/******/
|
|
30
|
-
/******/ // Execute the module function
|
|
31
|
-
/******/ var execOptions = { id: moduleId, module: module, factory: __webpack_modules__[moduleId], require: __webpack_require__ };
|
|
32
|
-
/******/ __webpack_require__.i.forEach(function(handler) { handler(execOptions); });
|
|
33
|
-
/******/ module = execOptions.module;
|
|
34
|
-
/******/ execOptions.factory.call(module.exports, module, module.exports, execOptions.require);
|
|
35
|
-
/******/
|
|
36
|
-
/******/ // Flag the module as loaded
|
|
37
|
-
/******/ module.loaded = true;
|
|
38
|
-
/******/
|
|
39
|
-
/******/ // Return the exports of the module
|
|
40
|
-
/******/ return module.exports;
|
|
41
|
-
/******/ }
|
|
42
|
-
/******/
|
|
43
|
-
/******/ // expose the modules object (__webpack_modules__)
|
|
44
|
-
/******/ __webpack_require__.m = __webpack_modules__;
|
|
45
|
-
/******/
|
|
46
|
-
/******/ // expose the module cache
|
|
47
|
-
/******/ __webpack_require__.c = __webpack_module_cache__;
|
|
48
|
-
/******/
|
|
49
|
-
/******/ // expose the module execution interceptor
|
|
50
|
-
/******/ __webpack_require__.i = [];
|
|
51
|
-
/******/
|
|
52
|
-
/************************************************************************/
|
|
53
|
-
/******/ /* webpack/runtime/chunk loaded */
|
|
54
|
-
/******/ (() => {
|
|
55
|
-
/******/ var deferred = [];
|
|
56
|
-
/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
|
|
57
|
-
/******/ if(chunkIds) {
|
|
58
|
-
/******/ priority = priority || 0;
|
|
59
|
-
/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
|
|
60
|
-
/******/ deferred[i] = [chunkIds, fn, priority];
|
|
61
|
-
/******/ return;
|
|
62
|
-
/******/ }
|
|
63
|
-
/******/ var notFulfilled = Infinity;
|
|
64
|
-
/******/ for (var i = 0; i < deferred.length; i++) {
|
|
65
|
-
/******/ var [chunkIds, fn, priority] = deferred[i];
|
|
66
|
-
/******/ var fulfilled = true;
|
|
67
|
-
/******/ for (var j = 0; j < chunkIds.length; j++) {
|
|
68
|
-
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
|
|
69
|
-
/******/ chunkIds.splice(j--, 1);
|
|
70
|
-
/******/ } else {
|
|
71
|
-
/******/ fulfilled = false;
|
|
72
|
-
/******/ if(priority < notFulfilled) notFulfilled = priority;
|
|
73
|
-
/******/ }
|
|
74
|
-
/******/ }
|
|
75
|
-
/******/ if(fulfilled) {
|
|
76
|
-
/******/ deferred.splice(i--, 1)
|
|
77
|
-
/******/ var r = fn();
|
|
78
|
-
/******/ if (r !== undefined) result = r;
|
|
79
|
-
/******/ }
|
|
80
|
-
/******/ }
|
|
81
|
-
/******/ return result;
|
|
82
|
-
/******/ };
|
|
83
|
-
/******/ })();
|
|
84
|
-
/******/
|
|
85
|
-
/******/ /* webpack/runtime/global */
|
|
86
|
-
/******/ (() => {
|
|
87
|
-
/******/ __webpack_require__.g = (function() {
|
|
88
|
-
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
89
|
-
/******/ try {
|
|
90
|
-
/******/ return this || new Function('return this')();
|
|
91
|
-
/******/ } catch (e) {
|
|
92
|
-
/******/ if (typeof window === 'object') return window;
|
|
93
|
-
/******/ }
|
|
94
|
-
/******/ })();
|
|
95
|
-
/******/ })();
|
|
96
|
-
/******/
|
|
97
|
-
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
98
|
-
/******/ (() => {
|
|
99
|
-
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
100
|
-
/******/ })();
|
|
101
|
-
/******/
|
|
102
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
103
|
-
/******/ (() => {
|
|
104
|
-
/******/ // define __esModule on exports
|
|
105
|
-
/******/ __webpack_require__.r = (exports) => {
|
|
106
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
107
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
108
|
-
/******/ }
|
|
109
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
110
|
-
/******/ };
|
|
111
|
-
/******/ })();
|
|
112
|
-
/******/
|
|
113
|
-
/******/ /* webpack/runtime/node module decorator */
|
|
114
|
-
/******/ (() => {
|
|
115
|
-
/******/ __webpack_require__.nmd = (module) => {
|
|
116
|
-
/******/ module.paths = [];
|
|
117
|
-
/******/ if (!module.children) module.children = [];
|
|
118
|
-
/******/ return module;
|
|
119
|
-
/******/ };
|
|
120
|
-
/******/ })();
|
|
121
|
-
/******/
|
|
122
|
-
/******/ /* webpack/runtime/react refresh */
|
|
123
|
-
/******/ (() => {
|
|
124
|
-
/******/ __webpack_require__.i.push((options) => {
|
|
125
|
-
/******/ const originalFactory = options.factory;
|
|
126
|
-
/******/ options.factory = function (moduleObject, moduleExports, webpackRequire) {
|
|
127
|
-
/******/ __webpack_require__.$Refresh$.setup(options.id);
|
|
128
|
-
/******/ try {
|
|
129
|
-
/******/ originalFactory.call(this, moduleObject, moduleExports, webpackRequire);
|
|
130
|
-
/******/ } finally {
|
|
131
|
-
/******/ if (typeof Promise !== 'undefined' && moduleObject.exports instanceof Promise) {
|
|
132
|
-
/******/ options.module.exports = options.module.exports.then(
|
|
133
|
-
/******/ (result) => {
|
|
134
|
-
/******/ __webpack_require__.$Refresh$.cleanup(options.id);
|
|
135
|
-
/******/ return result;
|
|
136
|
-
/******/ },
|
|
137
|
-
/******/ (reason) => {
|
|
138
|
-
/******/ __webpack_require__.$Refresh$.cleanup(options.id);
|
|
139
|
-
/******/ return Promise.reject(reason);
|
|
140
|
-
/******/ }
|
|
141
|
-
/******/ );
|
|
142
|
-
/******/ } else {
|
|
143
|
-
/******/ __webpack_require__.$Refresh$.cleanup(options.id)
|
|
144
|
-
/******/ }
|
|
145
|
-
/******/ }
|
|
146
|
-
/******/ };
|
|
147
|
-
/******/ })
|
|
148
|
-
/******/
|
|
149
|
-
/******/ __webpack_require__.$Refresh$ = {
|
|
150
|
-
/******/ register: () => (undefined),
|
|
151
|
-
/******/ signature: () => ((type) => (type)),
|
|
152
|
-
/******/ runtime: {
|
|
153
|
-
/******/ createSignatureFunctionForTransform: () => ((type) => (type)),
|
|
154
|
-
/******/ register: () => (undefined)
|
|
155
|
-
/******/ },
|
|
156
|
-
/******/ setup: (currentModuleId) => {
|
|
157
|
-
/******/ const prevModuleId = __webpack_require__.$Refresh$.moduleId;
|
|
158
|
-
/******/ const prevRegister = __webpack_require__.$Refresh$.register;
|
|
159
|
-
/******/ const prevSignature = __webpack_require__.$Refresh$.signature;
|
|
160
|
-
/******/ const prevCleanup = __webpack_require__.$Refresh$.cleanup;
|
|
161
|
-
/******/
|
|
162
|
-
/******/ __webpack_require__.$Refresh$.moduleId = currentModuleId;
|
|
163
|
-
/******/
|
|
164
|
-
/******/ __webpack_require__.$Refresh$.register = (type, id) => {
|
|
165
|
-
/******/ const typeId = currentModuleId + " " + id;
|
|
166
|
-
/******/ __webpack_require__.$Refresh$.runtime.register(type, typeId);
|
|
167
|
-
/******/ }
|
|
168
|
-
/******/
|
|
169
|
-
/******/ __webpack_require__.$Refresh$.signature = () => (__webpack_require__.$Refresh$.runtime.createSignatureFunctionForTransform());
|
|
170
|
-
/******/
|
|
171
|
-
/******/ __webpack_require__.$Refresh$.cleanup = (cleanupModuleId) => {
|
|
172
|
-
/******/ if (currentModuleId === cleanupModuleId) {
|
|
173
|
-
/******/ __webpack_require__.$Refresh$.moduleId = prevModuleId;
|
|
174
|
-
/******/ __webpack_require__.$Refresh$.register = prevRegister;
|
|
175
|
-
/******/ __webpack_require__.$Refresh$.signature = prevSignature;
|
|
176
|
-
/******/ __webpack_require__.$Refresh$.cleanup = prevCleanup;
|
|
177
|
-
/******/ }
|
|
178
|
-
/******/ }
|
|
179
|
-
/******/ }
|
|
180
|
-
/******/ };
|
|
181
|
-
/******/ })();
|
|
182
|
-
/******/
|
|
183
|
-
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
184
|
-
/******/ (() => {
|
|
185
|
-
/******/ // no baseURI
|
|
186
|
-
/******/
|
|
187
|
-
/******/ // object to store loaded and loading chunks
|
|
188
|
-
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
189
|
-
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
|
190
|
-
/******/ var installedChunks = {
|
|
191
|
-
/******/ "runtime": 0
|
|
192
|
-
/******/ };
|
|
193
|
-
/******/
|
|
194
|
-
/******/ // no chunk on demand loading
|
|
195
|
-
/******/
|
|
196
|
-
/******/ // no prefetching
|
|
197
|
-
/******/
|
|
198
|
-
/******/ // no preloaded
|
|
199
|
-
/******/
|
|
200
|
-
/******/ // no HMR
|
|
201
|
-
/******/
|
|
202
|
-
/******/ // no HMR manifest
|
|
203
|
-
/******/
|
|
204
|
-
/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
|
|
205
|
-
/******/
|
|
206
|
-
/******/ // install a JSONP callback for chunk loading
|
|
207
|
-
/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
|
|
208
|
-
/******/ var [chunkIds, moreModules, runtime] = data;
|
|
209
|
-
/******/ // add "moreModules" to the modules object,
|
|
210
|
-
/******/ // then flag all "chunkIds" as loaded and fire callback
|
|
211
|
-
/******/ var moduleId, chunkId, i = 0;
|
|
212
|
-
/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
|
|
213
|
-
/******/ for(moduleId in moreModules) {
|
|
214
|
-
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
|
|
215
|
-
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
|
|
216
|
-
/******/ }
|
|
217
|
-
/******/ }
|
|
218
|
-
/******/ if(runtime) var result = runtime(__webpack_require__);
|
|
219
|
-
/******/ }
|
|
220
|
-
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
|
|
221
|
-
/******/ for(;i < chunkIds.length; i++) {
|
|
222
|
-
/******/ chunkId = chunkIds[i];
|
|
223
|
-
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
224
|
-
/******/ installedChunks[chunkId][0]();
|
|
225
|
-
/******/ }
|
|
226
|
-
/******/ installedChunks[chunkId] = 0;
|
|
227
|
-
/******/ }
|
|
228
|
-
/******/ return __webpack_require__.O(result);
|
|
229
|
-
/******/ }
|
|
230
|
-
/******/
|
|
231
|
-
/******/ var chunkLoadingGlobal = self["webpackChunk_stanlemon_webdev"] = self["webpackChunk_stanlemon_webdev"] || [];
|
|
232
|
-
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
|
|
233
|
-
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
|
|
234
|
-
/******/ })();
|
|
235
|
-
/******/
|
|
236
|
-
/************************************************************************/
|
|
237
|
-
/******/
|
|
238
|
-
/******/ // module cache are used so entry inlining is disabled
|
|
239
|
-
/******/
|
|
240
|
-
/******/ })()
|
|
241
|
-
;
|