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:
authorMike Greiling <mike@pixelcog.com>2017-05-10 23:40:48 +0300
committerMike Greiling <mike@pixelcog.com>2017-05-16 01:18:10 +0300
commitd5bc8ae92f7686f1e4c6774fb3a8c96c1981a64d (patch)
treee56af4ebfbb754e177be59648cc2310cfb5f6f20 /config/webpack.config.js
parent84199f19197583da44471a6b7f91694b7f4645df (diff)
ensure merge-request-widget utilizes common_vue bundle
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 5d5a42512b1..e2c50538f20 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -151,6 +151,7 @@ var config = {
'schedule_form',
'schedules_index',
'sidebar',
+ 'vue_merge_request_widget',
],
minChunks: function(module, count) {
return module.resource && (/vue_shared/).test(module.resource);