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:
authorMike Greiling <mike@pixelcog.com>2017-03-16 05:56:48 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-22 04:20:01 +0300
commit6a3980ef4df7a159f5899bef86084bd931acc76d (patch)
tree492b3227438425c00e0b98447b47d3a514de0ad9 /config
parentd023e92fb6dcda269f94a3b87b63174970df08ad (diff)
disable the Vue production warning in development and testing
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index c6794d6b944..ddc884cad0d 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -18,7 +18,7 @@ var config = {
context: path.join(ROOT_PATH, 'app/assets/javascripts'),
entry: {
common: './commons/index.js',
- common_vue: ['vue', 'vue-resource'],
+ common_vue: './commons/vue.js',
common_d3: ['d3'],
main: './main.js',
blob_edit: './blob_edit/blob_edit_bundle.js',