diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-01-24 12:11:28 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-01-24 12:11:28 +0000 |
commit | 09da89e634c197919b129ad0f781c3cec9b93c37 (patch) | |
tree | 6b2c074fc2f4c3daf84dbd201344d723a560463b /config | |
parent | e2a56af930f9f7d17a6a9b638f52007a60e4cc60 (diff) | |
parent | f64efe603a26f636db4050802afe3d7fd149aa68 (diff) | |
download | gitlab-ce-09da89e634c197919b129ad0f781c3cec9b93c37.tar.gz |
Merge branch 'groups-webpack-bundle' into 'master'
Added dispatcher imports for groups webpack bundle
See merge request gitlab-org/gitlab-ce!16644
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 26502efaf6c..783677b5b8d 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -44,9 +44,6 @@ var config = { graphs: './graphs/graphs_bundle.js', graphs_charts: './graphs/graphs_charts.js', graphs_show: './graphs/graphs_show.js', - group: './group.js', - groups: './groups/index.js', - groups_list: './groups_list.js', help: './help/help.js', how_to_merge: './how_to_merge.js', issue_show: './issue_show/index.js', |