meteor/babel-preset-meteor

Name: babel-preset-meteor

Owner: Meteor

Description: Babel preset for ES2015+ features supported by Meteor

Created: 2015-11-12 22:35:37.0

Updated: 2017-12-09 07:54:42.0

Pushed: 2018-01-09 01:35:59.0

Homepage: null

Size: 171

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

babel-preset-meteor

Babel preset for all Meteor plugins.

Install
m install --save-dev babel-preset-meteor
Usage
Via .babelrc (Recommended)

.babelrc


resets": ["meteor"]

Via CLI
bel script.js --presets meteor 
Via Node API
ire("babel-core").transform("code", {
esets: ["meteor"]


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.