webpack5-remove-use-strict-plugin

1.0.1 • Public • Published

webpack5-remove-use-strict-plugin for Webpack 5

npm version

Webpack 5 plugin to remove "use strict" from the generated code.

Installation

This plugin requires Webpack 5.

Install the plugin with NPM and add it to your devDependencies:

npm install --save-dev webpack5-remove-use-strict-plugin

Usage

var Webpack5RemoveUseStrictPlugin = require("webpack5-remove-use-strict-plugin");

// ...

// webpack plugins array
plugins: [
    new Webpack5RemoveUseStrictPlugin()
]

Package Sidebar

Install

npm i webpack5-remove-use-strict-plugin

Homepage

hacksys.io/

Weekly Downloads

20

Version

1.0.1

License

MIT

Unpacked Size

38.9 kB

Total Files

8

Last publish

Collaborators

  • hacksysteam