Skip to content

Commit 841634f

Browse files
committed
Add some colors to the webpack's output
1 parent 5fa5000 commit 841634f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/run.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ new WebpackDevServer(webpack({
5656
}), {
5757
publicPath: '/',
5858
hot: true,
59-
historyApiFallback: true
59+
historyApiFallback: true,
60+
stats: { colors: true }
6061
}).listen(3000, 'localhost', error => {
6162
if (error) {
6263
throw error;

0 commit comments

Comments
 (0)