Lynx/Modules/Build Plugin/Installation
@sigx/lynx-plugin · Stable

Installation#

Add @sigx/lynx-plugin to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-plugin

Native setup#

Rebuild your development client after installing:

Terminal
sigx prebuild

Verify#

TSX
import * as BuildPlugin from '@sigx/lynx-plugin';

console.log(Object.keys(BuildPlugin));