remove webpack log spam

This commit is contained in:
Vyrtsev Mikhail
2019-04-10 02:49:45 +03:00
parent eca230b87f
commit 6f67cbc30d
+5
View File
@@ -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,
},
},
});