remove webpack log spam
This commit is contained in:
@@ -139,6 +139,7 @@ module.exports = () => ({
|
||||
},
|
||||
stats: {
|
||||
children: false,
|
||||
entrypoints: false,
|
||||
},
|
||||
devServer: {
|
||||
host: 'localhost',
|
||||
@@ -157,5 +158,9 @@ module.exports = () => ({
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
stats: {
|
||||
children: false,
|
||||
entrypoints: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user