Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil <nikhil.k.mandlik@nasa.gov>2021-12-30 04:39:07 +0300
committerGitHub <noreply@github.com>2021-12-30 04:39:07 +0300
commit6a8f4b5d9c1da357cf5fc88ded6717e5f18ffb65 (patch)
treeb6fe4eb87dd36e2de6abb4c934d36e4fb834bdc4 /webpack.common.js
parent464bb3b8857ca7da87de4df85c6204141975816c (diff)
webpack stats changed to 'errors-warnings' (#4644)
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 87bbc9c06..d12ded186 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -127,5 +127,5 @@ module.exports = {
}
]
},
- stats: 'detailed'
+ stats: 'errors-warnings'
};