diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2017-06-15 14:52:43 -0400 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-06-15 14:52:43 -0400 |
commit | bf42ddbfabb8822b71d2b3efa97c9477f055f009 (patch) | |
tree | fb7f3e2b76c58f707a500691432dba1829f5f1c9 /config/webpack.config.js | |
parent | c6212840ed22443c434e9a44283c1e5c0f29ce4b (diff) | |
download | gitlab-ce-bf42ddbfabb8822b71d2b3efa97c9477f055f009.tar.gz |
Add monaco editor.
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 120f9d3193d..760cde123bf 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -66,6 +66,7 @@ var config = { profile: './profile/profile_bundle.js', protected_branches: './protected_branches/protected_branches_bundle.js', protected_tags: './protected_tags', + repo: './repo/repo_bundle', sidebar: './sidebar/sidebar_bundle.js', schedule_form: './pipeline_schedules/pipeline_schedule_form_bundle.js', schedules_index: './pipeline_schedules/pipeline_schedules_index_bundle.js', |