Skip to content

Commit be327f9

Browse files
committed
lint fixes
1 parent 06c19e9 commit be327f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/JsonpMainTemplatePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class JsonpMainTemplatePlugin {
2929
const chunkMaps = chunk.getChunkMaps();
3030
const crossOriginLoading = this.outputOptions.crossOriginLoading;
3131
const chunkLoadTimeout = this.outputOptions.chunkLoadTimeout;
32-
const jsonpScriptType = this.outputOptions.jsonpScriptType || 'text/javascript';
32+
const jsonpScriptType = this.outputOptions.jsonpScriptType || "text/javascript";
3333
const scriptSrcPath = this.applyPluginsWaterfall("asset-path", JSON.stringify(chunkFilename), {
3434
hash: `" + ${this.renderCurrentHashCode(hash)} + "`,
3535
hashWithLength: length => `" + ${this.renderCurrentHashCode(hash, length)} + "`,

0 commit comments

Comments
 (0)