Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Latest commit

 

History

History
38 lines (27 loc) · 1.45 KB

readme.md

File metadata and controls

38 lines (27 loc) · 1.45 KB

babel-preset-joyent-portal

npm License: MPL 2.0 standard-readme compliant Greenkeeper badge

David David

babel preset to be used across this repo. At the moment it only extends the one used by create-react-app but it can be extended as needed.

Table of Contents

Install

yarn add --dev babel-preset-joyent-portal

Usage

{
  "presets": [["joyent-portal", {
    "aliases": false,
    "autoAliases": false
  }]]
}

License

MPL-2.0