diff options
| author | Tim Zallmann <tzallmann@gitlab.com> | 2017-12-21 15:05:47 +0000 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2017-12-21 15:05:47 +0000 |
| commit | 213e91d43926f09eb969859aa2c306eeb127deb4 (patch) | |
| tree | 4904c49f664a8ad040e593e5ac354a36b7033f60 /config/webpack.config.js | |
| parent | 889c7081f1c8bea2cd2cf7d50854babd7df92f72 (diff) | |
| download | gitlab-ce-213e91d43926f09eb969859aa2c306eeb127deb4.tar.gz | |
Resolve "Decouple multi-file editor from file list"
Diffstat (limited to 'config/webpack.config.js')
| -rw-r--r-- | config/webpack.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index d8797bbf4d3..6daef243991 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -70,7 +70,7 @@ var config = { protected_branches: './protected_branches', protected_tags: './protected_tags', registry_list: './registry/index.js', - repo: './repo/index.js', + ide: './ide/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', @@ -204,7 +204,7 @@ var config = { 'pipelines', 'pipelines_details', 'registry_list', - 'repo', + 'ide', 'schedule_form', 'schedules_index', 'sidebar', |
