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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-19 00:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-19 00:09:11 +0300
commit93d7441cc98c1db55797a2181a3d9f4b3d26d82c (patch)
tree72a7da7027a656239c2a40cfcef1db58238a2247 /config/webpack.vendor.config.js
parent6b8d671de726534a03c18e025a586e1bc9c04a4f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/webpack.vendor.config.js')
-rw-r--r--config/webpack.vendor.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/webpack.vendor.config.js b/config/webpack.vendor.config.js
index 90736349d91..7ecb9b06fdd 100644
--- a/config/webpack.vendor.config.js
+++ b/config/webpack.vendor.config.js
@@ -15,6 +15,9 @@ module.exports = {
extensions: ['.js'],
},
+ // ensure output is not generated when errors are encountered
+ bail: true,
+
context: ROOT_PATH,
entry: {