Home > @lynx-js/externals-loading-webpack-plugin > ExternalsLoadingPluginOptions
The options of the ExternalsLoadingPlugin.
Signature:
| Property | Modifiers | Type | Description |
|---|---|---|---|
| backgroundLayer | string | The name of the background layer. | |
| externals | Record<string, ExternalValue> | Specify the externals to be loaded. The externals should be Lynx Bundles. | |
| mainThreadLayer | string | The name of the main thread layer. |