1.1.2 • Published 6 years ago

@yeatszhang/babel-preset v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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