We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NodeTemplatePlugin
1 parent 2322e97 commit ada40f5Copy full SHA for ada40f5
loader.js
@@ -60,7 +60,7 @@ module.exports.pitch = function(request) {
60
publicPath: publicPath || this._compilation.outputOptions.publicPath,
61
};
62
var childCompiler = this._compilation.createChildCompiler("extract-text-webpack-plugin", outputOptions);
63
- childCompiler.apply(new NodeTemplatePlugin(outputOptions));
+ childCompiler.apply(new NodeTemplatePlugin());
64
childCompiler.apply(new LibraryTemplatePlugin(null, "commonjs2"));
65
childCompiler.apply(new NodeTargetPlugin());
66
childCompiler.apply(new SingleEntryPlugin(this.context, "!!" + request));
0 commit comments