babel-preset-escalade

1.0.5 • Public • Published

babel-preset-escalade

A Babel preset used at Escalade Sports for transforming JavaScript.

Install

With npm:

npm install --save-dev babel-preset-escalade

Or with Yarn:

yarn add --dev babel-preset-escalade

Usage

.babelrc

{
  "presets": ["escalade"]
}

Targeting

By default, this preset targets the following browsers:

{
  "android": 30,
  "chrome": 35,
  "edge": 14,
  "explorer": 9,
  "firefox": 52,
  "safari": 8,
  "ucandroid": 1
}

You can override this with the targets option:

{
  "presets": [
    ["escalade", {
      "targets": {
        "node": 8
      }
    }]
  ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    0
    • latest

Version History

Package Sidebar

Install

npm i babel-preset-escalade

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

59.4 kB

Total Files

7

Last publish

Collaborators

  • ken85rose