mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: reduced webpack log output and remove race flag from go tests
This commit is contained in:
@@ -27,7 +27,10 @@ module.exports = merge(common, {
|
||||
},
|
||||
|
||||
devServer: {
|
||||
stats: 'errors-only',
|
||||
noInfo: true,
|
||||
stats: {
|
||||
chunks: false,
|
||||
},
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user