1.2.4 • Published 6 years ago
@immowelt/babel-preset-immowelt-react v1.2.4
@immowelt/babel-preset-immowelt-react
This package includes the Babel preset used by 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:
yarn add @immowelt/babel-preset-immowelt-react --dev
Then create a file named .babelrc
with following contents in the root folder of your project:
{
"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.