@cryscheng/webpack-remove-strict-mode-plugin

1.0.0 • Public • Published

webpack-remove-strict-mode-plugin

remove "use strict"; in js file support webpack4.x

const RemoveStrictPlugin = require('webpack-remove-strict-mode-plugin');


new RemoveStrictPlugin({
  exclude: '',
  extension: ['js'],
}),

Package Sidebar

Install

npm i @cryscheng/webpack-remove-strict-mode-plugin

Weekly Downloads

12

Version

1.0.0

License

MIT

Unpacked Size

4.07 kB

Total Files

4

Last publish

Collaborators

  • cryscheng