babel-plugin-import-simple
v0.1.5
Published
babel插件 简易按需加载
Downloads
25
Readme
babel 按需加载插件 简易版
Install
npm install babel-plugin-import-simple --save-devbabelrc 配置
{
"plugins": [["import-simple", options]]
}options
{
"libraryName": "xxx", // 包名
"libraryDirectory": "lib", // 仓库名
"toUnderlineLowerCase": true // 转中划线小写
}