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.
output.jsonpScriptType
1 parent 073c11d commit 2ffe2dfCopy full SHA for 2ffe2df
src/content/configuration/output.md
@@ -95,6 +95,16 @@ Enable [cross-origin](https://developer.mozilla.org/en/docs/Web/HTML/Element/scr
95
`crossOriginLoading: "use-credentials"` - Enable cross-origin loading **with credentials**
96
97
98
+## `output.jsonpScriptType`
99
+
100
+`string`
101
102
+Allows customization of the `script` type webpack injects `script` tags into the DOM to download async chunks. The following options are available:
103
104
+- `"text/javascript"` (default)
105
+- `"module"`: Use with ES6 ready code.
106
107
108
## `output.devtoolFallbackModuleFilenameTemplate`
109
110
`string | function(info)`
0 commit comments