babel-plugin-react-bootstrap4

0.0.4 • Public • Published

babel-plugin-react-bootstrap

Build Status

Install

$ npm i --save-dev babel-plugin-react-bootstrap

Example

Transforms

import { Button } from 'react-bootstrap';

roughly to

import Button from 'react-bootstrap/lib/Button';

Usage

.babelrc

{
  "plugins": ["react-bootstrap"],
  "presets": ["es2015"]
}

Thanks

Heavily inspired by babel-plugin-lodash and babel-plugin-date-fns.

Package Sidebar

Install

npm i babel-plugin-react-bootstrap4

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

95.3 kB

Total Files

13

Last publish

Collaborators

  • navy20