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:
@@ -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