An open API service indexing awesome lists of open source software.

https://github.com/guyfedwards/babel-preset-guy


https://github.com/guyfedwards/babel-preset-guy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# babel-preset-guy

## Install
```
$ yarn add --dev @babel/core @babel/cli git+ssh://git@github.com:guyfedwards/babel-preset-guy
```

## Usage
Add the following to your `babel.config.js`
```
module.exports = function(api) {
api.cache(true)

return {
presets: ['guy']
}
}
```