Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 642 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 642 Bytes

rollup-plugin-aliucord

Rollup plugin used for compiling and deploying RN plugins

Usage

export default defineConfig({
    plugins: [
        aliucord(options)
    ]
});

Options (all optional):

Name Type Description
hermesPath string Path to a custom hermesc package
autoDeploy boolean | "push-only" Automatically deploy build to your device with adb
internalHelpers boolean Enable SWC helpers
minify boolean Enable minifying before compiling to hbc
packageName string Package name of the app to auto-restart when deploying