replace placeholder in output path for stats

This commit is contained in:
Tobias Koppers 2020-02-10 15:55:34 +01:00
parent 443eb907a1
commit d9f2b99c74
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ const SIMPLE_EXTRACTORS = {
);
},
outputPath: (object, compilation) => {
object.outputPath = compilation.outputOptions.path;
object.outputPath = compilation.getPath(compilation.outputOptions.path);
},
assets: (object, compilation, context, options, factory) => {
const { type } = context;