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

Aliucord/rollup-plugin-aliucord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published