Skip to content
Snippets Groups Projects
Commit 29990051 authored by kushalpandya's avatar kushalpandya
Browse files

Move `common_vue` into vendor bundle

parent fe450764
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,3 +2,4 @@ import 'underscore';
import './polyfills';
import './jquery';
import './bootstrap';
import './vue';
import Vue from 'vue';
import './vue_resource_interceptor';
 
if (process.env.NODE_ENV !== 'production') {
Vue.config.productionTip = false;
Loading
Loading
Loading
Loading
@@ -30,7 +30,7 @@ var config = {
blob: './blob_edit/blob_bundle.js',
boards: './boards/boards_bundle.js',
common: './commons/index.js',
common_vue: ['vue', './vue_shared/common_vue.js'],
common_vue: './vue_shared/vue_resource_interceptor.js',
common_d3: ['d3'],
cycle_analytics: './cycle_analytics/cycle_analytics_bundle.js',
commit_pipelines: './commit/pipelines/pipelines_bundle.js',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment