diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-02-16 20:13:55 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-02-16 20:13:55 +0000 |
commit | 6b824cc2b0eae589073628dd945f468bcd2576a3 (patch) | |
tree | 8ba376102eb1f924781b2d6a3359482a0f4ce683 /config/webpack.config.js | |
parent | 27a6d65c616b58fdce5d7eba7a11b7ef7b2c8d28 (diff) | |
parent | b236348388c46c0550ec6844df35ec2689c4060b (diff) | |
download | gitlab-ce-6b824cc2b0eae589073628dd945f468bcd2576a3.tar.gz |
Merge branch 'master' into 'refactor-jobs-show-haml'
# Conflicts:
# app/assets/javascripts/dispatcher.js
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index edf5256aadc..163f231f131 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -77,12 +77,9 @@ var config = { notes: './notes/index.js', pdf_viewer: './blob/pdf_viewer.js', pipelines: './pipelines/pipelines_bundle.js', - pipelines_charts: './pipelines/pipelines_charts.js', pipelines_details: './pipelines/pipeline_details_bundle.js', - pipelines_times: './pipelines/pipelines_times.js', profile: './profile/profile_bundle.js', project_import_gl: './projects/project_import_gitlab_project.js', - prometheus_metrics: './prometheus_metrics', protected_branches: './protected_branches', protected_tags: './protected_tags', registry_list: './registry/index.js', @@ -98,7 +95,6 @@ var config = { vue_merge_request_widget: './vue_merge_request_widget/index.js', test: './test.js', two_factor_auth: './two_factor_auth.js', - users: './users/index.js', webpack_runtime: './webpack.js', }, |