babel-preset-immowelt-react

Shareable config of babel for react based projects at Immowelt.

MIT License

Downloads
58
Stars
1
Committers
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.

Package Rankings
Top 13.64% on Npmjs.org
Badges
Extracted from project README
Powered by Immowelt Build Status Dependency Status devDependency Status Renovate enabled semantic-release
Related Projects