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
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-27 00:10:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-27 00:10:19 +0300
commited98ffb618acda4f207f13d6b262399368709023 (patch)
treeecc6cf1db32b8a2e3e628927d9f871759db0a9a1 /config
parentbc75527dca77b2b72331ac6cbd5928d5b8c0c419 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-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