diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-06-14 13:04:50 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-06-14 13:04:50 +0000 |
commit | 8868efd0f38df1f537878ee3ea5061dcfd5fa163 (patch) | |
tree | 9a72dee40745012d850c6e641c55f109111c482c /config/webpack.config.js | |
parent | d6fee79421615e0c482915aeb7ed8eeb6da40c3a (diff) | |
download | gitlab-ce-8868efd0f38df1f537878ee3ea5061dcfd5fa163.tar.gz |
Move vue components to vue files and match docs
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 2 |
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', |