Home > @lynx-js/chunk-loading-webpack-plugin > ChunkLoadingWebpackPlugin
The ChunkLoadingWebpackPlugin enables chunk loading for webpack/Rspack in Lynx.
Signature:
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the ChunkLoadingWebpackPlugin class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| defaultOptions | static | Readonly<Required<ChunkLoadingWebpackPluginOptions>> | defaultOptions is the default options that the ChunkLoadingWebpackPlugin uses. |
| Method | Modifiers | Description |
|---|---|---|
| apply(compiler) | The entry point of a webpack plugin. |