@@ -45,7 +45,7 @@ module.exports = {
45
45
46
46
<!-- inlined minimized file "runtime~main.[chunkhash].js" -->
47
47
<script >
48
- !function(e){function r(r){for(var n,a,i=r[0],c=r[1],s=r[2],p=0,f=[];p<i.length;p++)a=i[p],o[a]&&f.push(o[a][0]),o[a]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(l&&l(r);f.length;)f.shift()();return u.push.apply(u,s||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var c=t[i];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={2:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise(function(r,n){t=o[e]=[r,n]});r.push(t[2]=n);var u=document.getElementsByTagName("head")[0],i=document.createElement("script");i.charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.src=a.p+""+({}[e]||e)+".[chunkhash].js";var c=setTimeout(function(){s({type:"timeout",target:i})},12e4);function s(r){i.onerror=i.onload=null,clearTimeout(c);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),u=r&&r.target&&r.target.src,a=new Error("Loading chunk "+e+" failed.\n("+n+": "+u+")");a.type=n,a.request=u,t[1](a)}o[e]=void 0}}i.onerror=i.onload=s,u.appendChild(i)}return Promise.all(r)},a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},a.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="dist/",a.oe=function(e){throw console.error(e),e};var i=window.webpackJsonp=window.webpackJsonp||[],c=i.push.bind(i);i.push=r,i=i.slice();for(var s=0;s<i.length;s++)r(i[s]);var l=c;t()}([]);
48
+ !function(e){function r(r){for(var n,i,a=r[0],c=r[1],s=r[2],p=0,f=[];p<a.length;p++)i=a[p],o[i]&&f.push(o[i][0]),o[i]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(l&&l(r);f.length;)f.shift()();return u.push.apply(u,s||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,a=1;a<t.length;a++){var c=t[a];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=i(i.s=t[0]))}return e}var n={},o={2:0},u=[];function i(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise(function(r,n){t=o[e]=[r,n]});r.push(t[2]=n);var u=document.getElementsByTagName("head")[0],a=document.createElement("script");a.charset="utf-8",a.timeout=120,i.nc&&a.setAttribute("nonce",i.nc),a.src=function(e){return i.p+""+({}[e]||e)+".[chunkhash].js"}(e);var c=setTimeout(function(){s({type:"timeout",target:a})},12e4);function s(r){a.onerror=a.onload=null,clearTimeout(c);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),u=r&&r.target&&r.target.src,i=new Error("Loading chunk "+e+" failed.\n("+n+": "+u+")");i.type=n,i.request=u,t[1](i)}o[e]=void 0}}a.onerror=a.onload=s,u.appendChild(a)}return Promise.all(r)},i.m=e,i.c=n,i.d=function(e,r,t){i.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},i.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},i.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(r,"a",r),r},i.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},i.p="dist/",i.oe=function(e){throw console.error(e),e};var a=window.webpackJsonp=window.webpackJsonp||[],c=a.push.bind(a);a.push=r,a=a.slice();for(var s=0;s<a.length;s++)r(a[s]);var l=c;t()}([]);
49
49
</script >
50
50
51
51
<script src =" dist/main.[chunkhash].js" ></script >
@@ -112,12 +112,19 @@ module.exports = {
112
112
/** ****/ var installedModules = {};
113
113
/** ****/
114
114
/** ****/ // object to store loaded and loading chunks
115
+ /** ****/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
116
+ /** ****/ // Promise = chunk loading, 0 = chunk loaded
115
117
/** ****/ var installedChunks = {
116
118
/** ****/ 3 : 0
117
119
/** ****/ };
118
120
/** ****/
119
121
/** ****/ var deferredModules = [];
120
122
/** ****/
123
+ /** ****/ // script path function
124
+ /** ****/ function jsonpScriptSrc (chunkId ) {
125
+ /** ****/ return __webpack_require__ .p + " " + ({}[chunkId]|| chunkId) + " .[chunkhash].js"
126
+ /** ****/ }
127
+ /** ****/
121
128
/** ****/ // The require function
122
129
/** ****/ function __webpack_require__ (moduleId ) {
123
130
/** ****/
@@ -173,7 +180,7 @@ module.exports = {
173
180
/** ****/ if (__webpack_require__ .nc ) {
174
181
/** ****/ script .setAttribute (" nonce" , __webpack_require__ .nc );
175
182
/** ****/ }
176
- /** ****/ script .src = __webpack_require__ . p + " " + ({}[ chunkId] || chunkId) + " .[chunkhash].js " ;
183
+ /** ****/ script .src = jsonpScriptSrc ( chunkId) ;
177
184
/** ****/ var timeout = setTimeout (function (){
178
185
/** ****/ onScriptComplete ({ type: ' timeout' , target: script });
179
186
/** ****/ }, 120000 );
@@ -287,25 +294,25 @@ __webpack_require__.e(/*! import() */ 2).then(function() { var module = __webpac
287
294
288
295
```
289
296
Hash: 0a1b2c3d4e5f6a7b8c9d
290
- Version: webpack 4.5 .0
297
+ Version: webpack 4.8 .0
291
298
Asset Size Chunks Chunk Names
292
299
main.[chunkhash].js 877 bytes 0 [emitted] main
293
300
1.[chunkhash].js 270 bytes 1 [emitted]
294
301
2.[chunkhash].js 264 bytes 2 [emitted]
295
- runtime~main.[chunkhash].js 7.48 KiB 3 [emitted] runtime~main
302
+ runtime~main.[chunkhash].js 7.75 KiB 3 [emitted] runtime~main
296
303
Entrypoint main = runtime~main.[chunkhash].js main.[chunkhash].js
297
304
chunk {0} main.[chunkhash].js (main) 55 bytes ={3}= >{1}< >{2}< [initial] [rendered]
298
305
> ./example main
299
- [0] ./example.js 55 bytes {0} [built]
300
- single entry ./example main
306
+ [0] ./example.js 55 bytes {0} [built]
307
+ single entry ./example main
301
308
chunk {1} 1.[chunkhash].js 29 bytes <{0}> <{3}> [rendered]
302
309
> ./async1 [0] ./example.js 2:0-18
303
- [1] ./async1.js 29 bytes {1} [built]
304
- import() ./async1 [0] ./example.js 2:0-18
310
+ [1] ./async1.js 29 bytes {1} [built]
311
+ import() ./async1 [0] ./example.js 2:0-18
305
312
chunk {2} 2.[chunkhash].js 29 bytes <{0}> <{3}> [rendered]
306
313
> ./async2 [0] ./example.js 3:0-18
307
- [2] ./async2.js 29 bytes {2} [built]
308
- import() ./async2 [0] ./example.js 3:0-18
314
+ [2] ./async2.js 29 bytes {2} [built]
315
+ import() ./async2 [0] ./example.js 3:0-18
309
316
chunk {3} runtime~main.[chunkhash].js (runtime~main) 0 bytes ={0}= >{1}< >{2}< [entry] [rendered]
310
317
> ./example main
311
318
```
@@ -314,25 +321,25 @@ chunk {3} runtime~main.[chunkhash].js (runtime~main) 0 bytes ={0}= >{1}< >{2}
314
321
315
322
```
316
323
Hash: 0a1b2c3d4e5f6a7b8c9d
317
- Version: webpack 4.5 .0
324
+ Version: webpack 4.8 .0
318
325
Asset Size Chunks Chunk Names
319
326
0.[chunkhash].js 77 bytes 0 [emitted]
320
327
1.[chunkhash].js 78 bytes 1 [emitted]
321
- runtime~main.[chunkhash].js 1.76 KiB 2 [emitted] runtime~main
328
+ runtime~main.[chunkhash].js 1.79 KiB 2 [emitted] runtime~main
322
329
main.[chunkhash].js 349 bytes 3 [emitted] main
323
330
Entrypoint main = runtime~main.[chunkhash].js main.[chunkhash].js
324
331
chunk {0} 0.[chunkhash].js 29 bytes <{2}> <{3}> [rendered]
325
332
> ./async2 [0] ./example.js 3:0-18
326
- [1] ./async2.js 29 bytes {0} [built]
327
- import() ./async2 [0] ./example.js 3:0-18
333
+ [1] ./async2.js 29 bytes {0} [built]
334
+ import() ./async2 [0] ./example.js 3:0-18
328
335
chunk {1} 1.[chunkhash].js 29 bytes <{2}> <{3}> [rendered]
329
336
> ./async1 [0] ./example.js 2:0-18
330
- [2] ./async1.js 29 bytes {1} [built]
331
- import() ./async1 [0] ./example.js 2:0-18
337
+ [2] ./async1.js 29 bytes {1} [built]
338
+ import() ./async1 [0] ./example.js 2:0-18
332
339
chunk {2} runtime~main.[chunkhash].js (runtime~main) 0 bytes ={3}= >{0}< >{1}< [entry] [rendered]
333
340
> ./example main
334
341
chunk {3} main.[chunkhash].js (main) 55 bytes ={2}= >{0}< >{1}< [initial] [rendered]
335
342
> ./example main
336
- [0] ./example.js 55 bytes {3} [built]
337
- single entry ./example main
343
+ [0] ./example.js 55 bytes {3} [built]
344
+ single entry ./example main
338
345
```
0 commit comments