Move stats option to parent config
This commit is contained in:
@@ -58,7 +58,6 @@ function serve(options) {
|
||||
const webpackHandler = webpackMiddleware(compiler, {
|
||||
lazy: true,
|
||||
logger: options.log,
|
||||
stats: 'minimal',
|
||||
});
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
@@ -23,6 +23,7 @@ module.exports = {
|
||||
target: 'web',
|
||||
entry: entry,
|
||||
devtool: 'source-map',
|
||||
stats: 'minimal',
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user