babel-plugin-seek-style-guide

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i babel-plugin-seek-style-guide

Weekly Downloads

129

Version

1.0.0

License

MIT

Unpacked Size

11.9 kB

Total Files

12

Last publish

Collaborators

  • seek-oss-ci