diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-01 18:13:50 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-03-01 18:13:50 +0000 |
commit | d79df7baf7426ca865958b9a5fecb0690a6a6ba3 (patch) | |
tree | 5bc4853789ef922ba636ce502f6d912a56f2f56c /config | |
parent | 868c27def75dde446c22872ae9b2bfc1e7eba969 (diff) | |
download | gitlab-ce-d79df7baf7426ca865958b9a5fecb0690a6a6ba3.tar.gz |
Remove u2f webpack bundle
Diffstat (limited to 'config')
-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 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', }; |