Move stats option to parent config

This commit is contained in:
Andreas Hocevar
2020-11-02 09:28:53 +01:00
parent 40cec8be6a
commit 5b9ec1607d
2 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,6 @@ function serve(options) {
const webpackHandler = webpackMiddleware(compiler, {
lazy: true,
logger: options.log,
stats: 'minimal',
});
return new Promise((resolve, reject) => {