diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-03-01 23:44:10 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-03-01 23:44:10 +0000 |
commit | 9f23532c8bcd984b7d20ad8a23ff9d691c60afdf (patch) | |
tree | 457190350d892f048a5565aca337de5da350b20d /config/webpack.config.js | |
parent | 257af80e45a833274e55bc25e5d19264435c99c4 (diff) | |
download | gitlab-ce-9f23532c8bcd984b7d20ad8a23ff9d691c60afdf.tar.gz |
Remove registry list webpack entry point
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index fd0bfb59e65..6d672ff00ba 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -46,7 +46,6 @@ function generateEntries() { monitoring: './monitoring/monitoring_bundle.js', mr_notes: './mr_notes/index.js', protected_branches: './protected_branches', - registry_list: './registry/index.js', terminal: './terminal/terminal_bundle.js', two_factor_auth: './two_factor_auth.js', |