@yeatszhang/babel-preset
v1.1.2
Published
## Features
Downloads
2
Readme
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
Default: vue
Possible values: vue
react
or any JSX pragma like h
.
By default it supports Vue JSX.
License
MIT © EGOIST