Home > @lynx-js/lynx-bundle-rslib-config > ExternalBundleWebpackPluginOptions
The options for ExternalBundleWebpackPlugin.
Signature:
| Property | Modifiers | Type | Description |
|---|---|---|---|
| bundleFileName | string | The external bundle filename. | |
| encode | (opts: unknown) => Promise<{ buffer: Buffer; }> | The encode method which is exported from lynx-tasm package. | |
| targetSdkVersion? | string | undefined | (Optional) The target SDK version of the external bundle. |