mirror of https://github.com/webpack/webpack.git
Merge pull request #830 from hkal/semicolon-guard
Added semicolon after output
This commit is contained in:
commit
3ae1736ace
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue