File tree 3 files changed +5
-5
lines changed
module-deduplication-named
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ class JsonpMainTemplatePlugin {
98
98
? `script.type = ${ JSON . stringify ( jsonpScriptType ) } ;`
99
99
: "" ,
100
100
"script.charset = 'utf-8';" ,
101
- `script.timeout = ${ chunkLoadTimeout } ;` ,
101
+ `script.timeout = ${ chunkLoadTimeout / 1000 } ;` ,
102
102
crossOriginLoading
103
103
? `script.crossOrigin = ${ JSON . stringify ( crossOriginLoading ) } ;`
104
104
: "" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Built at: Thu Jan 01 1970 00:00:00 GMT
5
5
0.js 305 bytes 0 [emitted]
6
6
1.js 314 bytes 1 [emitted]
7
7
2.js 308 bytes 2 [emitted]
8
- entry.js 7.81 KiB 3 [emitted] entry
8
+ entry.js 7.8 KiB 3 [emitted] entry
9
9
Entrypoint entry = entry.js
10
10
[0] ./templates/bar.js 38 bytes {0} [optional] [built]
11
11
[1] ./templates/baz.js 38 bytes {1} [optional] [built]
Original file line number Diff line number Diff line change 2
2
async3.js 818 bytes 0 [emitted] async3
3
3
async1.js 818 bytes 1 [emitted] async1
4
4
async2.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
8
8
Entrypoint e1 = e1.js
9
9
Entrypoint e2 = e2.js
10
10
Entrypoint e3 = e3.js
You can’t perform that action at this time.
0 commit comments