mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:56:56 +08:00
build: reduced webpack log output and remove race flag from go tests
This commit is contained in:
@ -5,7 +5,7 @@ module.exports = function() {
|
||||
'use strict';
|
||||
return {
|
||||
options: {
|
||||
stats: !process.env.NODE_ENV || process.env.NODE_ENV === 'development'
|
||||
stats: false,
|
||||
},
|
||||
dev: dev,
|
||||
prod: prod
|
||||
|
Reference in New Issue
Block a user