Brendan Mullins
Brendan Mullins
That's a good idea, however I'm not sure if ill find time for this in the near future. Feel free to make a PR if you want to.
Sounds like there is a bug when using the webpack api, ill look into this when I have time
I don't think this is really needed. If you really want to have a global configuration for all your directives I would do this with a vuex store object, this...
I was thinking you could define the config `something: {foo: 'bar'}` in your store, then in your component you get the config and pass it to your directive ``. I...
would it be so much easier to just do this with `:style` or even just a class? ```vue Nice to meet you ``` ```javascript primaryColor: _ => {color: this.config.theme.primaryColor} ```
@aeharding I faced this same issue, and because my use case is in a hybrid app with capacitor it is critical that it runs smooth.. I found that setting `overscan`...
@petyosi that is amazing news, thank you so much for the hard work! Do you know what the issue was? I would be interested in how you fixed it
I just tested this bot yesterday and before it stopped working (because of niantics update) I noticed that the web ui could use some love, I am quite experienced with...
This actually works for me, https://runkit.com/jsnanigans/5a0c36df2daf400012bbf5c6 I tried node 6.12 and 8.9.1
I am having the same issue, when I set `corejs: false` it works, but I would like to use corejs instead of `Polyfill.io`