# babel-preset-poi

## Features

- JSX
- babel-preset-env (IE9+)
- babel-macros
- transform-runtime
- syntax-dynamic-import
- object-rest-spread
- decorators-legacy
- class-properties

> *Note*: it doesn't add any polyfills like polyfill for `Object.assign`, you need to do this yourself.

## API

### options

#### jsx

Type: `string`<br>
Default: `vue`<br>
Possible values: `vue` `react` or any JSX pragma like `h`.

By default it supports [Vue JSX](https://github.com/vuejs/babel-preset-vue).

## License

MIT &copy; [EGOIST](https://github.com/egoist)
