1.15.0 • Published 10 months ago

@x.render/build-react-admin-webpack-plugin v1.15.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

@x.render/build-react-admin-webpack-plugin

English document

介绍

render-builder 的插件,用于在 React 中编译后端项目

使用

npm i @x.render/build-react-admin-webpack-plugin -D

在 render-builder 配置文件中使用以下配置:

{
  "builder": "webpack",
  "presets": ["@x.render/build-react-component-webpack-plugin"]
}

or

{
  "builder": "webpack",
  "presets": [["@x.render/build-react-admin-webpack-plugin",options]]
}

Options

名称类型必填默认值描述
splitChunksObjectNorefer to optimizationsplitchunks
useAnalyzerBooleanNofalserefer to css-minimizer-webpack-plugin

该插件还支持以下插件的所有配置: