Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit e18bb62

Browse files
committed
Make dev build less verbose in its logging
1 parent 372e043 commit e18bb62

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

webpack.config.dev.babel.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ module.exports = {
6060
},
6161
devServer: {
6262
contentBase: 'build',
63-
port: 3001
63+
port: 3001,
64+
stats: {
65+
chunks: false,
66+
hash: false,
67+
version: false,
68+
assets: false,
69+
children: false,
70+
},
6471
},
6572
};

0 commit comments

Comments
 (0)