Move common_vue
into vendor bundle
This commit is contained in:
parent
fe450764c5
commit
29990051f3
3 changed files with 2 additions and 2 deletions
|
@ -2,3 +2,4 @@ import 'underscore';
|
|||
import './polyfills';
|
||||
import './jquery';
|
||||
import './bootstrap';
|
||||
import './vue';
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import Vue from 'vue';
|
||||
import './vue_resource_interceptor';
|
||||
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
Vue.config.productionTip = false;
|
|
@ -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…
Reference in a new issue