Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.