babel-preset-es2015-without-strict

0.0.4 • Public • Published

babel-preset-es2015-without-strict

Babel preset for all es2015 plugins without 'use strict' prepend.

Install

$ npm install --save-dev babel-preset-es2015-without-strict

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["es2015-without-strict"]
}

Via CLI

$ babel script.js --presets es2015-without-strict 

Via Node API

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

Dependents (14)

Package Sidebar

Install

npm i babel-preset-es2015-without-strict

Weekly Downloads

2,843

Version

0.0.4

License

MIT

Last publish

Collaborators

  • fancy