Home > @lynx-js/react-webpack-plugin > ReactLoaderOptions
#ReactLoaderOptions interface
The options of the ReactLynx plugin.
Signature:
export interface ReactLoaderOptions #Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
CompatVisitorConfig | undefined |
(Optional) The | ||
|
DefineDceVisitorConfig | undefined |
(Optional) Like | ||
|
boolean | undefined |
(Optional) | ||
|
boolean | undefined |
(Optional) Enable UI source map generation and debug-metadata asset emission. | ||
|
string | undefined |
(Optional) The engine version. | ||
|
boolean | undefined |
(Optional) Generate inline source content in source-map. | ||
|
JsxTransformerConfig | undefined |
(Optional) | ||
|
boolean | undefined |
(Optional) Enable the Fast Refresh for ReactLynx. | ||
|
ShakeVisitorConfig | undefined |
(Optional) How main-thread code will be shaken. |

