This package has been deprecated

Author message:

πŸ™Œ Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update!

babel-preset-es2015

6.24.1Β β€’Β PublicΒ β€’Β Published

babel-preset-es2015

Babel preset for all es2015 plugins.

Install

npmΒ installΒ --save-devΒ babel-preset-es2015

Usage

Via .babelrc (Recommended)

.babelrc

{
Β Β "presets":Β ["es2015"]
}

Via CLI

babelΒ script.jsΒ --presetsΒ es2015

Via Node API

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

Options

loose

boolean, defaults to false.

Enable "loose" transformations for any plugins in this preset that allow them.

modules

"amd" | "umd" | "systemjs" | "commonjs" | false, defaults to "commonjs".

Enable transformation of ES6 module syntax to another module type.

Setting this to false will not transform modules.

spec

boolean, defaults to false.

Enable "spec" transformations for any plugins in this preset that allow them.

Readme

Keywords

none

Package Sidebar

Install

npm i babel-preset-es2015

Homepage

babeljs.io/

Weekly Downloads

592,076

Version

6.24.1

License

MIT

Last publish

Collaborators

  • hzoo
  • loganfsmyth
  • existentialism