@bilue/babel-preset-react

0.1.0 • Public • Published

Bilue Logo

@bilue/babel-preset-react

npm (scoped)

This package provides an opinionated Babel config for React projects using TypeScript, intended to be used for all of our React projects at Bilue.

Installation

# Yarn
yarn add --dev @bilue/babel-preset-react

# npm
npm save --dev @bilue/babel-preset-react

Usage

In your Babel configuration, usually a .babelrc file at the root of your project, add the following:

{
  "presets": ["@bilue/react"]
}

Features

  • Support for all ES2018 features in vanilla JavaScript files
  • Support for the proposed object rest spread and class fields syntax in Vanilla JavaScript
  • Support for JSX syntax in vanilla JavaScript files, and TypeScript files with the .tsx extension
  • All TypesScript features supported by the Babel TypeScript preset, which at this point includes everything except namespaces and const enums.
  • Polyfills to support a wide range of browsers

Dependents (0)

Package Sidebar

Install

npm i @bilue/babel-preset-react

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

3.79 kB

Total Files

5

Last publish

Collaborators

  • bilue-ci
  • rhysforyou