1.0.0 • Published 6 years ago

babel-plugin-seek-style-guide v1.0.0

Weekly downloads
2,832
License
MIT
Repository
github
Last release
6 years ago

Build Status npm David David semantic-release Commitizen friendly

babel-plugin-seek-style-guide

Optimise your bundle by automatically rewriting import statements from seek-style-guide.

For example, turn this:

import { Text, Button } from 'seek-style-guide/react';

Into this:

import Text from 'seek-style-guide/react/Text/Text';
import Button from 'seek-style-guide/react/Button/Button';

Setup

First, install from npm:

$ npm install --save-dev babel-plugin-seek-style-guide

Then, add seek-style-guide to the plugins list in your Babel config. For example, in .babelrc:

{
  "plugins": ["seek-style-guide"]
}

Contributing

Refer to CONTRIBUTING.md.

License

MIT.