babel-preset-af-react
v0.6.0
Published
Yet another babel preset for react application, used in ant-financial.
Readme
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"
}
}]