diff options
| author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-06-07 05:51:34 -0500 |
|---|---|---|
| committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-06-07 06:10:47 -0500 |
| commit | ea71340f077ab2694fa473cf8238cf4b9513fda2 (patch) | |
| tree | e4cc57476901d9ef03d6af680f90701b2c859e5d /config/webpack.config.js | |
| parent | f5dfd98856c0fcc8762a38812c71414b3faec951 (diff) | |
| download | gitlab-ce-ea71340f077ab2694fa473cf8238cf4b9513fda2.tar.gz | |
Restore code to make explore groups work
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 55f6e0a704b..3b7f1c33c95 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -40,6 +40,7 @@ var config = { graphs: './graphs/graphs_bundle.js', group: './group.js', groups: './groups/index.js', + groups_list: './groups_list.js', issue_show: './issue_show/index.js', locale: './locale/index.js', main: './main.js', |
