-
We're upgrading AVA to use Babel 7. As part of this the way you configure AVA's Babel pipeline has changed.
There are various recipes which either use Babel 6 dependencies or AVA's previous configu…
-
Hi guys
I am configuring VSC for Vue.., I have a next errors
_Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' optio…
-
I use Nuxt and I try to use class-component, I installed the plugin:
``` .babelrc
{
"plugins": [
"transform-decorators-legacy",
"transform-class-properties"
]
}
```
also I tried a…
-
I have project created by `Nuxt`, And I added vue-class-component to my project and setting for it:
```
babel: {
presets: ['stage-0', 'es2015'],
plugins: [
'transform-decorato…