Skip to content

Commit 2e6dbc2

Browse files
committed
more pretty name for the child compiler
1 parent 7c6a6e2 commit 2e6dbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function pitch(request) {
3535
filename: childFilename,
3636
publicPath,
3737
};
38-
const childCompiler = this._compilation.createChildCompiler(`mini-css-extract-plugin ${NS} ${request}`, outputOptions);
38+
const childCompiler = this._compilation.createChildCompiler(`mini-css-extract-plugin ${request}`, outputOptions);
3939
new NodeTemplatePlugin(outputOptions).apply(childCompiler);
4040
new LibraryTemplatePlugin(null, 'commonjs2').apply(childCompiler);
4141
new NodeTargetPlugin().apply(childCompiler);

0 commit comments

Comments
 (0)