Home > @rushstack/module-minifier > WorkerPoolMinifier
WorkerPoolMinifier class
Minifier implementation that uses a thread pool for minification.
Signature:
export declare class WorkerPoolMinifier implements IModuleMinifier
Implements: IModuleMinifier
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
number |
Methods
Method | Modifiers | Description |
|---|---|---|
Prevents the minifier from shutting down until the returned | ||
Transform code by farming it out to a worker pool. |