npm.io
0.1.2 • Published 8 years ago

remove-strict-webpack-plugin

Licence
MIT
Version
0.1.2
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Stars
3

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()
  ]
}

Keywords