npm.io
2.0.0 • Published 7 years ago

@tailify/babel-preset-react

Licence
UNLICENSED
Version
2.0.0
Deps
2
Size
3 kB
Vulns
0
Weekly
0

@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.

Keywords