babel-preset-pundits

2.0.3 • Public • Published

Pundits


Babel Preset Pundits

A simple babel preset that eases setup and configuration of projects. This module will be maintained to keep up with the new plugins, presets, and other babel utilities.

Install

$ npm install --save-dev babel-preset-pundits

Usage

.babelrc (Preferred)

{
  "presets": "pundits"
}

CLI

$ babel script.js --presets pundits

Node Module (API)

require('babel-core').transform('code', {
  presets: ['pundits']
});

Presets and Plugin

Presets

Plugins

Node Modules

  • Bluebird

/babel-preset-pundits/

    Package Sidebar

    Install

    npm i babel-preset-pundits

    Weekly Downloads

    1

    Version

    2.0.3

    License

    MIT

    Last publish

    Collaborators

    • tylergarlick