Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.
/ babel-preset-react Public archive

⚙️ Tailify's very own opinionated Babel preset for React

Notifications You must be signed in to change notification settings

tailify/babel-preset-react

Repository files navigation

@tailify/babel-preset-react

Build status Greenkeeper Version

Tailify's very own opinionated Babel preset for React.

Installation

$ npm install --save-dev @tailify/babel-preset-react

Usage

To get started, add this to your .babelrc.js file:

module.exports = {
  presets: ['@tailify/react']
};

Note: We can omit the /babel-preset suffix since it is automatically assumed by Babel.

About

⚙️ Tailify's very own opinionated Babel preset for React

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published