We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5209313 commit 647bd05Copy full SHA for 647bd05
lib/JsonpChunkTemplatePlugin.js
@@ -15,7 +15,7 @@ JsonpChunkTemplatePlugin.prototype.apply = function(chunkTemplate) {
15
var source = new ConcatSource();
16
source.add(jsonpFunction + "(" + JSON.stringify(chunk.ids) + ",");
17
source.add(modules);
18
- source.add(");");
+ source.add(")");
19
return source;
20
});
21
chunkTemplate.plugin("hash", function(hash) {
0 commit comments