mirror of https://github.com/webpack/webpack.git
Merge branch 'master' into fix/eslint-no-inner-declarations-warnings
This commit is contained in:
commit
44d7a0a742
|
|
@ -164,7 +164,7 @@ UmdMainTemplatePlugin.prototype.apply = function(compilation) {
|
|||
" for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];\n" +
|
||||
" }\n"
|
||||
) +
|
||||
"})(this, function(" + externalsArguments(externals) + ") {\nreturn ", "webpack/universalModuleDefinition"), source, "\n});\n");
|
||||
"})(this, function(" + externalsArguments(externals) + ") {\nreturn ", "webpack/universalModuleDefinition"), source, ";\n})");
|
||||
}.bind(this));
|
||||
mainTemplate.plugin("global-hash-paths", function(paths) {
|
||||
if(this.name) paths = paths.concat(this.name);
|
||||
|
|
|
|||
Loading…
Reference in New Issue