Tailify's very own opinionated Babel preset for React.
$ npm install --save-dev @tailify/babel-preset-react
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.