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 06c19e9 commit be327f9Copy full SHA for be327f9
lib/JsonpMainTemplatePlugin.js
@@ -29,7 +29,7 @@ class JsonpMainTemplatePlugin {
29
const chunkMaps = chunk.getChunkMaps();
30
const crossOriginLoading = this.outputOptions.crossOriginLoading;
31
const chunkLoadTimeout = this.outputOptions.chunkLoadTimeout;
32
- const jsonpScriptType = this.outputOptions.jsonpScriptType || 'text/javascript';
+ const jsonpScriptType = this.outputOptions.jsonpScriptType || "text/javascript";
33
const scriptSrcPath = this.applyPluginsWaterfall("asset-path", JSON.stringify(chunkFilename), {
34
hash: `" + ${this.renderCurrentHashCode(hash)} + "`,
35
hashWithLength: length => `" + ${this.renderCurrentHashCode(hash, length)} + "`,
0 commit comments