Plug-in used by render-builder to compile react apps.
npm i @x.render/build-react-app-webpack-plugin -D
Use the following configuration in the render-builder configuration file
{
"builder": "webpack",
"presets": ["@x.render/build-react-app-webpack-plugin"]
}
or
{
"builder": "webpack",
"presets": [["@x.render/build-react-app-webpack-plugin",options]]
}
This plugin supports all configurations of the following plugins: