Home > @rushstack/module-minifier > LocalMinifier
LocalMinifier class
Minifier implementation that minifies code on the main thread.
Signature:
export declare class LocalMinifier implements IModuleMinifier
Implements: IModuleMinifier
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Methods
Method | Modifiers | Description |
|---|---|---|
Prevents the minifier from shutting down until the returned | ||
Transform that invokes Terser on the main thread |