0.0.4 • Published 5 years ago

babel-plugin-react-bootstrap4 v0.0.4

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

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.