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>2018-03-01 21:13:50 +0300
committerJacob Schatz <jschatz@gitlab.com>2018-03-01 21:13:50 +0300
commitd79df7baf7426ca865958b9a5fecb0690a6a6ba3 (patch)
tree5bc4853789ef922ba636ce502f6d912a56f2f56c /config/webpack.config.js
parent868c27def75dde446c22872ae9b2bfc1e7eba969 (diff)
Remove u2f webpack bundle
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 cd7fec48c31..fd0bfb59e65 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -57,7 +57,6 @@ function generateEntries() {
ide: './ide/index.js',
raven: './raven/index.js',
test: './test.js',
- u2f: ['vendor/u2f'],
webpack_runtime: './webpack.js',
};