https://github.com/jasonnutter/babel-preset
Babel preset for Node and React apps
https://github.com/jasonnutter/babel-preset
Last synced: 11 months ago
JSON representation
Babel preset for Node and React apps
- Host: GitHub
- URL: https://github.com/jasonnutter/babel-preset
- Owner: jasonnutter
- Created: 2017-02-19T01:33:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T02:40:59.000Z (over 8 years ago)
- Last Synced: 2025-08-08T18:15:28.763Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @jasonnutter/babel-preset
My Babel preset for React applications. Support for:
**ES6**
* Class properties
* Object rest spread
**React**
* JSX
* HMR
`.babelrc`
```json
{
"presets": [
"@jasonnutter/babel-preset"
]
}
```