1.0.1 • Published 1 year ago

webpack5-remove-use-strict-plugin v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1 year ago

1.0.0

1 year ago