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:
authorRegis Boudinot <boudinot.regis@yahoo.com>2017-04-15 18:11:04 +0300
committerPhil Hughes <me@iamphill.com>2017-04-15 18:11:04 +0300
commit8918433af66b77ab101bd5ba3b4a3c716be0f864 (patch)
tree7d96b9242ea86ce252b3ca1987a6471092de808e /config
parent309bab431075eabfb7a01300f946ce9eb5b6fb98 (diff)
Issue Title Vue: convert to .vue - use 'render' with 'createElement' in index
Diffstat (limited to 'config')
-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 ffb16190093..64a04dc342e 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -125,6 +125,7 @@ var config = {
'notebook_viewer',
'pdf_viewer',
'vue_pipelines',
+ 'issue_show',
],
minChunks: function(module, count) {
return module.resource && (/vue_shared/).test(module.resource);