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-07 00:17:52 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-03-07 00:17:52 +0300
commita898a2ab8744bc3a7a4d00fae7682c635aa30c19 (patch)
tree519597ebbd7f36fd245070eaf0e9c95fb4e97f27 /config/webpack.config.js
parent47e866b3786ff69166d7f2e2bd952084ab37a2e8 (diff)
Remove common_vue bundle
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 19eeb497a14..3403c0c207d 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -44,8 +44,6 @@ function generateEntries() {
const manualEntries = {
common: './commons/index.js',
- common_vue: './vue_shared/vue_resource_interceptor.js',
- locale: './locale/index.js',
main: './main.js',
raven: './raven/index.js',
webpack_runtime: './webpack.js',