babel-plugin-transform-remove-strict-mode

0.0.2 • Public • Published

babel-plugin-transform-remove-strict-mode

remove "use strict" directive

Installation

$ npm install babel-plugin-transform-remove-strict-mode

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["transform-remove-strict-mode"]
}

Via CLI

$ babel --plugins transform-remove-strict-mode script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["transform-remove-strict-mode"]
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    15,113
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    15,113
  • 0.0.1
    6

Package Sidebar

Install

npm i babel-plugin-transform-remove-strict-mode

Weekly Downloads

15,119

Version

0.0.2

License

MIT

Last publish

Collaborators

  • genify