minimizer-webpack-plugin
npmv5.8.0TypeScriptMinimizer plugin for webpack
Adopt with care
minimizer-webpack-plugin is usable, with caveats. Pulls in 31 transitive packages, about 3.8 MB installed (at least — some of the tree is still being crawled).
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 13 days ago. 5 releases in the last 2 years.
- CWeight: grade C, Fair — worth a look.
Pulls in 31 transitive packages, about 3.8 MB installed (at least — some of the tree is still being crawled).
- ASupply chain: grade A, Excellent.
No install scripts, 6 maintainers, and a contained dependency surface.
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding minimizer-webpack-plugin to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Licenses in the dependency tree
Every license you inherit by installing minimizer-webpack-plugin, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node >= 10.13.0
- Module format
- CommonJS only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the minimizer-webpack-plugin README.
const MinimizerPlugin = require("minimizer-webpack-plugin");
module.exports = {
optimization: {
minimize: true,
minimizer: [new MinimizerPlugin()],
},
};minimizer-webpack-plugin vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| minimizer-webpack-pluginthis page | 0 | 1 | MIT | 13 days ago |
| htmlfy | 0 | 1 | MIT | 15 hours ago |
| rolldown | 81.9M | 8 | MIT | 18 hours ago |
| @adobe/css-tools | 0 | 2 | MIT | 16 hours ago |
| postcss | 249.3M | 7 | MIT | 16 hours ago |
| csstype | 142.8M | 2 | MIT | 19 hours ago |
Dependencies
Declared by minimizer-webpack-plugin v5.8.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (4)
Peer (1)
Dev (42)
Used by
Popular packages that depend on minimizer-webpack-plugin.
Relationship graph
Dependencies (left) and dependents (right) of minimizer-webpack-plugin.
Frequently installed together
ECMAScript parser
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
React is a JavaScript library for building user interfaces.
TypeScript definitions for estree
Lodash modular utilities.
React package for working with the DOM.
An AST-based pattern checker for JavaScript.
Prettier is an opinionated code formatter
Node's event emitter for all engines.
Delightful JavaScript Testing.
A library to create a trace of your node app per Google's Trace Event format.
WebAssembly binary format parser
Release history
5 releases in the last two years, typically about 19 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 5.8.0latest | 13 days ago | 209 KB | MIT |
| 5.7.0 | 14 days ago | 207 KB | MIT |
| 5.6.1 | 3 months ago | 176 KB | MIT |
| 5.6.0 | 4 months ago | 176 KB | MIT |
| 0.0.1 | 4 months ago | 63 B | MIT |
Overview
minimizer-webpack-plugin is an npm package that minimizer plugin for webpack. It has 1 known dependents in the graph. The latest version is 5.8.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need minimizer plugin for webpack and value a focused solution.
When not to use it
Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- Large dependency tree (47 direct dependencies) increases install size and audit surface.
Auto-generated from collected registry metadata. No external claims are inferred.
Funding
Frequently asked questions
Should I use minimizer-webpack-plugin?
minimizer-webpack-plugin is usable, with caveats. Pulls in 31 transitive packages, about 3.8 MB installed (at least — some of the tree is still being crawled).
How do I install minimizer-webpack-plugin?
Run `npm install minimizer-webpack-plugin` to add minimizer-webpack-plugin to your npm project.
How many dependencies does minimizer-webpack-plugin have?
minimizer-webpack-plugin declares 47 direct dependencies and pulls in 31 packages in total once its runtime tree is resolved totalling about 3.8 MB on disk.
What license is minimizer-webpack-plugin released under?
minimizer-webpack-plugin is distributed under the MIT license. Its dependency tree also includes: ISC, MIT.
How popular is minimizer-webpack-plugin?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on minimizer-webpack-plugin.
Is minimizer-webpack-plugin still maintained?
The most recent release of minimizer-webpack-plugin (v5.8.0) was published 13 days ago.
Does minimizer-webpack-plugin run install scripts?
No. minimizer-webpack-plugin does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.