Rush StackShopBlogEvents
Skip to main content

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

(constructor)(options)

Constructs a new instance of the LocalMinifier class

Methods

Method

Modifiers

Description

connect()

connectAsync()

Prevents the minifier from shutting down until the returned disconnect() callback is invoked. The callback may be used to surface errors encountered by the minifier that may not be relevant to a specific file. It should be called to allow the minifier to cleanup

minify(request, callback)

Transform that invokes Terser on the main thread