https://github.com/immoweltgroup/babel-preset-immowelt-react
Shareable config of babel for react based projects at Immowelt.
https://github.com/immoweltgroup/babel-preset-immowelt-react
babel presets react
Last synced: 7 months ago
JSON representation
Shareable config of babel for react based projects at Immowelt.
- Host: GitHub
- URL: https://github.com/immoweltgroup/babel-preset-immowelt-react
- Owner: ImmoweltGroup
- License: mit
- Created: 2017-08-10T09:20:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T19:05:55.000Z (about 7 years ago)
- Last Synced: 2025-03-18T03:43:37.299Z (8 months ago)
- Topics: babel, presets, react
- Language: JavaScript
- Homepage:
- Size: 842 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @immowelt/babel-preset-immowelt-react
[](https://stackshare.io/immowelt-group/)
[](https://travis-ci.org/ImmoweltGroup/babel-preset-immowelt-react)
[](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-react)
[](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-react#info=devDependencies&view=table)
[](https://renovateapp.com/)
[](https://github.com/semantic-release/semantic-release)
This package includes the Babel preset used by [Create React App](https://github.com/facebookincubator/create-react-app) as well as other babel plugins or presets we might add to our transpilation stack in the future.
## Usage
If you want to use the `@immowelt/babel-preset-immowelt-react` preset, you can install it by executing:
```sh
yarn add @immowelt/babel-preset-immowelt-react --dev
```
Then create a file named `.babelrc` with following contents in the root folder of your project:
```js
{
"presets": [
"@immowelt/babel-preset-immowelt-react"
]
}
```
## Contributing
See the `CONTRIBUTING.md` file at the root of the repository.
## Licensing
See the `LICENSE` file at the root of the repository.