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

⚙️ Tailify's very own opinionated Babel preset

Notifications You must be signed in to change notification settings

tailify/babel-preset

Repository files navigation

@tailify/babel-preset

Build status Greenkeeper Version

Tailify's very own opinionated Babel preset.

Installation

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

Usage

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

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

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

Options

browser

boolean, defaults to false.

Targets browsers to compile against instead of the current node version.