0.1.5 • Published 3 years ago

babel-plugin-import-simple v0.1.5

Weekly downloads
242
License
MIT
Repository
github
Last release
3 years ago

babel 按需加载插件 简易版

Install

npm install babel-plugin-import-simple --save-dev

babelrc 配置

{
  "plugins": [["import-simple", options]]
}

options

{
  "libraryName": "xxx", // 包名
  "libraryDirectory": "lib", // 仓库名
  "toUnderlineLowerCase": true // 转中划线小写
}