https://github.com/guyfedwards/babel-preset-guy
https://github.com/guyfedwards/babel-preset-guy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/guyfedwards/babel-preset-guy
- Owner: guyfedwards
- Created: 2020-03-08T18:08:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:26:36.000Z (over 3 years ago)
- Last Synced: 2024-05-17T00:25:53.740Z (about 2 years ago)
- Language: JavaScript
- Size: 116 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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']
}
}
```