We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4428efe commit 422236fCopy full SHA for 422236f
lib/web/JsonpMainTemplatePlugin.js
@@ -98,7 +98,7 @@ class JsonpMainTemplatePlugin {
98
? `script.type = ${JSON.stringify(jsonpScriptType)};`
99
: "",
100
"script.charset = 'utf-8';",
101
- `script.timeout = ${chunkLoadTimeout};`,
+ `script.timeout = ${chunkLoadTimeout / 1000};`,
102
crossOriginLoading
103
? `script.crossOrigin = ${JSON.stringify(crossOriginLoading)};`
104
0 commit comments