Skip to content
Snippets Groups Projects
Commit 22856474 authored by Mike Greiling's avatar Mike Greiling
Browse files

move common vue script to vue_shared directory

parent 32935bc9
No related branches found
No related tags found
No related merge requests found
import Vue from 'vue';
import VueResource from 'vue-resource';
Vue.use(VueResource);
import './vue_resource_interceptor';
 
if (process.env.NODE_ENV !== 'production') {
Vue.config.productionTip = false;
Loading
Loading
Loading
Loading
@@ -18,7 +18,7 @@ var config = {
context: path.join(ROOT_PATH, 'app/assets/javascripts'),
entry: {
common: './commons/index.js',
common_vue: './commons/vue.js',
common_vue: ['vue', './vue_shared/common_vue.js'],
common_d3: ['d3'],
main: './main.js',
blob_edit: './blob_edit/blob_edit_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