Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/module-minifier > MessagePortMinifier > connectAsync

MessagePortMinifier.connectAsync() method

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

Signature:

connectAsync(): Promise<IMinifierConnection>;

Returns:

Promise<IMinifierConnection>