Welcome to mirror list, hosted at ThFree Co, Russian Federation.

common_vue.js « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb2a6071fdaa56d069367df4174d76dcb284f6da (plain)
1
2
3
4
5
6
import Vue from 'vue';
import './vue_resource_interceptor';

if (process.env.NODE_ENV !== 'production') {
  Vue.config.productionTip = false;
}