Home > @lynx-js/react-webpack-plugin > ReactWebpackPlugin
ReactWebpackPlugin allows using ReactLynx with webpack
Signature:
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the ReactWebpackPlugin class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| defaultOptions | static | Readonly<Required<ReactWebpackPluginOptions>> | defaultOptions is the default options that the ReactWebpackPlugin uses. |
| loaders | static | Record<keyof typeof LAYERS, string> | The loaders for ReactLynx. |
| Method | Modifiers | Description |
|---|---|---|
| apply(compiler) | The entry point of a webpack plugin. |