$ npm i --save-dev babel-plugin-react-bootstrapTransforms
import { Button } from 'react-bootstrap';roughly to
import Button from 'react-bootstrap/lib/Button';{
"plugins": ["react-bootstrap"],
"presets": ["es2015"]
}Heavily inspired by babel-plugin-lodash and babel-plugin-date-fns.