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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index a5b5d0f987d..8332725815a 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -327,6 +327,8 @@ module.exports = {
chunks: false,
modules: false,
assets: true,
+ errors: !IS_PRODUCTION,
+ warnings: !IS_PRODUCTION,
});
// tell our rails helper where to find the DLL files