Skip to content

Commit

Permalink
Added semicolon after output
Browse files Browse the repository at this point in the history
  • Loading branch information
hkal committed Feb 27, 2015
1 parent ad81998 commit 3b774f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MainTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function MainTemplate(outputOptions) {
source.add("/******/ (");
var modules = this.renderChunkModules(chunk, moduleTemplate, dependencyTemplates, "/******/ ");
source.add(this.applyPluginsWaterfall("modules", modules, chunk, hash, moduleTemplate, dependencyTemplates));
source.add(")");
source.add(");");
return source;
});
this.plugin("local-vars", function(source, chunk, hash) {
Expand Down

0 comments on commit 3b774f2

Please sign in to comment.