Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Vuex does not work properly with the vue loader #8

Closed
lukepolo opened this issue Oct 5, 2016 · 0 comments
Closed

Vuex does not work properly with the vue loader #8

lukepolo opened this issue Oct 5, 2016 · 0 comments

Comments

@lukepolo
Copy link
Contributor

lukepolo commented Oct 5, 2016

I am using vuex with multiple stores in a modular fashion.

Vue.use(Vuex);

const eventStore = new Vuex.Store({
 ... ommited ...
});

export default eventStore

This code only works if I remove these lines :

 vue: {
      loaders: {
        js: 'buble-loader'
      }
    },

Is there something I'm missing here ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant