remove-use-strict-from-js

1.0.2 • Public • Published

remove-use-strict-from-js for gulp

remove-use-strict-from-js is a gulp plugin to remove "use strict" from js file which after using babel.

Usage

npm i remove-use-strict-from-js -D

var removeUseStrict = require("remove-use-strict-from-js");
// gulp task
function javascript() {
  return src(["js/*.js"]).pipe(removeUseStrict()).pipe(dest("./dist"));
}

Package Sidebar

Install

npm i remove-use-strict-from-js

Weekly Downloads

32

Version

1.0.2

License

ISC

Unpacked Size

1.64 kB

Total Files

3

Last publish

Collaborators

  • snailmar