Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T19:05:55.000Z (over 6 years ago)
- Last Synced: 2024-12-14T19:20:54.248Z (about 1 month ago)
- Topics: babel, presets, react
- Language: JavaScript
- Homepage:
- Size: 842 KB
- Stars: 1
- Watchers: 4
- 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
[![Powered by Immowelt](https://img.shields.io/badge/powered%20by-immowelt-yellow.svg?colorB=ffb200)](https://stackshare.io/immowelt-group/)
[![Build Status](https://travis-ci.org/ImmoweltGroup/babel-preset-immowelt-react.svg?branch=master)](https://travis-ci.org/ImmoweltGroup/babel-preset-immowelt-react)
[![Dependency Status](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-react.svg)](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-react)
[![devDependency Status](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-react/dev-status.svg)](https://david-dm.org/ImmoweltGroup/babel-preset-immowelt-react#info=devDependencies&view=table)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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.