Improve the debugging experience for reusable
npm install babel-plugin-reusablebabel-plugin-reusableThis plugin is a highly recommended supplement to the reusable library, alternatively you can use the babel macro version.
Install the plugin first:
```
npm install --save-dev babel-plugin-reusable
Then add it to your babel configuration:
`JSON``
{
"plugins": ["babel-plugin-reusable"]
}
Licensed under the MIT License, Copyright © 2019-present Adam Klein and Maayan Glikser.
See LICENSE.md for more information.