2.0.3 • Published 7 years ago

babel-preset-pundits v2.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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