babel-plugin-b-rc

2.0.0 • Public • Published

babel-plugin-b-rc

A babel plugin work for b-rc and b-rc-m in order to support tree-shaking.

.babelrc


{
  "plugins": [
    ["b-rc", {style: true}],  // set the style param will import the style files.
  ]
}


from


import {Refresh, DatePicker} from 'b-rc-m'

to


// if style is assigned as true.
import 'b-rc-m/lib/refresh/style'
import b-rc-m/lib/data-picker/style'

import Refresh from 'b-rc-m/lib/refresh'
import DatePicker from 'b-rc-m/lib/date-picker'

Package Sidebar

Install

npm i babel-plugin-b-rc

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

7.37 kB

Total Files

7

Last publish

Collaborators

  • strong9527