babel-plugin-transform-arrowfunctionexpression
v1.0.1
Published
这是一个把箭头函数转为普通函数的babel插件
Downloads
1
Readme
这是一个把箭头函数转为普通函数的babel插件
Installation
npm install --save-dev babel-plugin-transform-arrowfunctionexpression
Usage
.babelrc
{
"plugins": ["babel-plugin-transform-arrowfunctionexpression"]
}