babel-preset-vue-app
babel-preset-vue-app copied to clipboard
Babel preset for Vue app.
Any plans?
`babel-preset-env` internally uses `browserslist` to get the actual browser versions. But currently in `babel-preset-vue-app` we use `{ ie: 9, uglify: true }` as default `targets` value. So, should we consider...
Helpers are transformed to save space and doesn't relate to the polyfill.
We use [AVA](https://github.com/avajs/ava) for testing our Vue app. Recently they released version [0.23](https://github.com/avajs/ava/releases/tag/v0.23.0) which sets `NODE_ENV=test` if not already set (see avajs/ava#1470 and avajs/ava#1523 for additional context). This change blew...
We need to add decorators and class properties support for this.