npm.io
0.0.2 • Published 10 years ago

babel-plugin-transform-remove-strict-mode

Licence
MIT
Version
0.0.2
Deps
0
Vulns
0
Weekly
0
Stars
97

babel-plugin-transform-remove-strict-mode

remove "use strict" directive

Installation

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

Usage

.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"]
});

Keywords