diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-03-05 09:11:41 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-03-05 09:11:41 +0000 |
commit | 67feb7cd42e439e754d64fce646d8d9fb99a0ad8 (patch) | |
tree | 44bcee4bda6dfbc8ccbc5ff09acb1fb0bda1787b /config/webpack.config.js | |
parent | c6764bdc2abcc8c63d4018fe2471af1f50e37df9 (diff) | |
parent | 9a2d9290c946364706ebfc2bca7c1e786ba752e8 (diff) | |
download | gitlab-ce-67feb7cd42e439e754d64fce646d8d9fb99a0ad8.tar.gz |
Merge branch 'remove-ide' into 'master'
Remove IDE from CE
See merge request gitlab-org/gitlab-ce!17458
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 cc098c8a3f9..19eeb497a14 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -47,7 +47,6 @@ function generateEntries() { common_vue: './vue_shared/vue_resource_interceptor.js', locale: './locale/index.js', main: './main.js', - ide: './ide/index.js', raven: './raven/index.js', webpack_runtime: './webpack.js', }; |