Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-03-05 12:11:41 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-03-05 12:11:41 +0300
commit67feb7cd42e439e754d64fce646d8d9fb99a0ad8 (patch)
tree44bcee4bda6dfbc8ccbc5ff09acb1fb0bda1787b /config/webpack.config.js
parentc6764bdc2abcc8c63d4018fe2471af1f50e37df9 (diff)
parent9a2d9290c946364706ebfc2bca7c1e786ba752e8 (diff)
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.js1
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',
};