Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 502 Bytes

babel-plugin-reusable

This plugin is a highly recommended supplement to the reusable library, alternatively you can use the babel macro version.

Quick start

Install the plugin first:

npm install --save-dev babel-plugin-reusable

Then add it to your babel configuration:

{
  "plugins": ["babel-plugin-reusable"]
}

License

Licensed under the MIT License, Copyright © 2019-present Adam Klein and Maayan Glikser.

See LICENSE.md for more information.