summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-06-14 13:04:50 +0000
committerPhil Hughes <me@iamphill.com>2017-06-14 13:04:50 +0000
commit8868efd0f38df1f537878ee3ea5061dcfd5fa163 (patch)
tree9a72dee40745012d850c6e641c55f109111c482c /config
parentd6fee79421615e0c482915aeb7ed8eeb6da40c3a (diff)
downloadgitlab-ce-8868efd0f38df1f537878ee3ea5061dcfd5fa163.tar.gz
Move vue components to vue files and match docs
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 120f9d3193d..3c2455ebf35 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -61,7 +61,7 @@ var config = {
network: './network/network_bundle.js',
notebook_viewer: './blob/notebook_viewer.js',
pdf_viewer: './blob/pdf_viewer.js',
- pipelines: './pipelines/index.js',
+ pipelines: './pipelines/pipelines_bundle.js',
pipelines_details: './pipelines/pipeline_details_bundle.js',
profile: './profile/profile_bundle.js',
protected_branches: './protected_branches/protected_branches_bundle.js',