1.0.4 • Published 3 years ago
@aliucord/rollup-plugin v1.0.4
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 |