diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-07-18 04:21:07 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-07-18 04:21:07 -0500 |
commit | 6a1fadaeaa252fd95c40467a12d70f6c648ed8e5 (patch) | |
tree | 543c6318ef7d7062fb5b69f6dd698c6677205d35 /config/webpack.config.js | |
parent | 9182583e1f33563155339d0228ae993a636f515f (diff) | |
download | gitlab-ce-6a1fadaeaa252fd95c40467a12d70f6c648ed8e5.tar.gz |
fix redundant vue library
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index fc644f9a9c9..bb9f47430c2 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -58,7 +58,7 @@ var config = { profile: './profile/profile_bundle.js', protected_branches: './protected_branches/protected_branches_bundle.js', protected_tags: './protected_tags', - repo: './repo/repo_bundle', + repo: './repo/index.js', sidebar: './sidebar/sidebar_bundle.js', schedule_form: './pipeline_schedules/pipeline_schedule_form_bundle.js', schedules_index: './pipeline_schedules/pipeline_schedules_index_bundle.js', @@ -177,6 +177,7 @@ var config = { 'pdf_viewer', 'pipelines', 'pipelines_details', + 'repo', 'schedule_form', 'schedules_index', 'sidebar', |