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

Latest commit

 

History

History
42 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.02 KB

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