remove-strict-webpack-plugin

0.1.2 • Public • Published

remove-strict-webpack-plugin

Removes "use strict" from transpiled es6->es5 code.

This module should not be used in production environment. You should fix your strict errors not disable strict mode.

Usage

const RemoveStrictPlugin = require( 'remove-strict-webpack-plugin' );
 
// webpack.config.js
module.exports = {
  plugins: [
    new RemoveStrictPlugin()
  ]
}

Package Sidebar

Install

npm i remove-strict-webpack-plugin

Weekly Downloads

1,615

Version

0.1.2

License

MIT

Unpacked Size

1.63 kB

Total Files

3

Last publish

Collaborators

  • hendrysadrak