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
path: root/config
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-07-28 10:27:13 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-07-28 10:27:13 +0300
commit7e17f9bc89b04496e062d56c119f75fbb3f81208 (patch)
treeceb96ee5f1d33f21ca66ab17707bc626685b9b89 /config
parentb5aac468693f6ffaada170aebedc623768ce87d4 (diff)
parent288e8ea1e77d46197f6c93ae1f5d0f5cc810625f (diff)
Merge branch '35224-transform-user-profile-javascript-into-async-bundle' into 'master'
Resolve "Transform user profile javascript into async bundle" Closes #35224 See merge request !12929
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index f08daa2fddb..41d3ed12b14 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -67,7 +67,6 @@ var config = {
stl_viewer: './blob/stl_viewer.js',
terminal: './terminal/terminal_bundle.js',
u2f: ['vendor/u2f'],
- users: './users/index.js',
raven: './raven/index.js',
vue_merge_request_widget: './vue_merge_request_widget/index.js',
test: './test.js',
@@ -185,7 +184,6 @@ var config = {
name: 'common_d3',
chunks: [
'graphs',
- 'users',
'monitoring',
],
}),