Skip to content

jeffrifwald/babel-preset-es2015-ie

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

babel-preset-es2015-ie

Babel preset for all es2015 plugins that works with IE>=9.

Install

$ npm install --save-dev babel-preset-es2015-ie

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["es2015-ie"]
}

Via CLI

$ babel script.js --presets es2015-ie

Via Node API

require("babel-core").transform("code", {
  presets: ["es2015-ie"]
});

About

Babel preset for all es2015 plugins that works with IE>=9.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published