babel-preset-af-react

0.6.0 • Public • Published

babel-preset-af-react

Yet another babel preset for react application, used in ant-financial.

Options

browsers

Notice: browsers don't work if targets is specified.

["af-react", {
  "browsers": ['last 2 versions']
}]

targets

e.g.

["af-react", {
  "targets": {
    "browsers": ['last 2 versions']
  }
}]

or

["af-react", {
  "targets": {
    "node": "6"
  }
}]

Readme

Keywords

none

Package Sidebar

Install

npm i babel-preset-af-react

Weekly Downloads

5

Version

0.6.0

License

none

Last publish

Collaborators

  • xufei
  • sorrycc