tralves / nativescript-vue-webpack-template

NativeScript Vue.js template with webpack and .vue file support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to configure es-stage ?

asafyish opened this issue · comments

We can see that 'import' is working, but something more advanced, like

const a = {
...a,
b:1
};

is not working. Is there a quick guide on how to configure it or we need to dig in webpack/babel configuration ?

I will be adding es6 stage-2 support soon.

Should be easy to add babel support. I have done that in the rollup template.