File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
module-deduplication-named Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class JsonpMainTemplatePlugin {
9898 ? `script.type = ${ JSON . stringify ( jsonpScriptType ) } ;`
9999 : "" ,
100100 "script.charset = 'utf-8';" ,
101- `script.timeout = ${ chunkLoadTimeout } ;` ,
101+ `script.timeout = ${ chunkLoadTimeout / 1000 } ;` ,
102102 crossOriginLoading
103103 ? `script.crossOrigin = ${ JSON . stringify ( crossOriginLoading ) } ;`
104104 : "" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Built at: Thu Jan 01 1970 00:00:00 GMT
55 0.js 305 bytes 0 [emitted]
66 1.js 314 bytes 1 [emitted]
77 2.js 308 bytes 2 [emitted]
8- entry.js 7.81 KiB 3 [emitted] entry
8+ entry.js 7.8 KiB 3 [emitted] entry
99Entrypoint entry = entry.js
1010 [0] ./templates/bar.js 38 bytes {0} [optional] [built]
1111 [1] ./templates/baz.js 38 bytes {1} [optional] [built]
Original file line number Diff line number Diff line change 22async3.js 818 bytes 0 [emitted] async3
33async1.js 818 bytes 1 [emitted] async1
44async2.js 818 bytes 2 [emitted] async2
5- e1.js 8.03 KiB 3 [emitted] e1
6- e2.js 8.05 KiB 4 [emitted] e2
7- e3.js 8.07 KiB 5 [emitted] e3
5+ e1.js 8.02 KiB 3 [emitted] e1
6+ e2.js 8.04 KiB 4 [emitted] e2
7+ e3.js 8.06 KiB 5 [emitted] e3
88Entrypoint e1 = e1.js
99Entrypoint e2 = e2.js
1010Entrypoint e3 = e3.js
You can’t perform that action at this time.
0 commit comments