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:
authorMike Greiling <mike@pixelcog.com>2017-07-19 01:27:01 +0300
committerMike Greiling <mike@pixelcog.com>2017-07-19 01:27:01 +0300
commitf2c0ab398eb71ba9549ebd6d70b7fa7c8707b380 (patch)
treed4676cd83df55f28e521fd790c4ab3b1d1561bae /config/webpack.config.js
parent339baf8f5d7716baa1a6924c94f1896cf8f6805f (diff)
refactor users bundle, remove inline javascript, and transform into an async chunk
Diffstat (limited to 'config/webpack.config.js')
-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 1113241e402..98626d9fe73 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -66,7 +66,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',
@@ -184,7 +183,6 @@ var config = {
name: 'common_d3',
chunks: [
'graphs',
- 'users',
'monitoring',
],
}),