diff options
author | Fatih Acet <acetfatih@gmail.com> | 2017-05-16 20:09:14 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-05-16 20:09:14 +0000 |
commit | 1142d6ba482223f01aa89a523ad3769411807e69 (patch) | |
tree | 07b44892f8626e1b0318dd63aaca8dba5b65da5f /config/webpack.config.js | |
parent | 10a9ba3a1cd35c42b088ba5814ec35beb0e989fc (diff) | |
parent | d5bc8ae92f7686f1e4c6774fb3a8c96c1981a64d (diff) | |
download | gitlab-ce-1142d6ba482223f01aa89a523ad3769411807e69.tar.gz |
Merge branch 'use-common-vue-for-merge-request-widget' into 'master'
Ensure vue_merge_request_widget utilizes common_vue bundle
See merge request !11269
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 37ec1611adf..0781017c89f 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -152,6 +152,7 @@ var config = { 'schedule_form', 'schedules_index', 'sidebar', + 'vue_merge_request_widget', ], minChunks: function(module, count) { return module.resource && (/vue_shared/).test(module.resource); |