1.14.0 • Published 1 year ago

@x.render/react-app-webpack-plugin v1.14.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@x.render/react-app-webpack-plugin

English document

介绍

编译 react 应用的插件

使用

npm i @x.render/react-app-webpack-plugin -D
import ReactAppWebpackPlugin from "@x.render/react-app-webpack-plugin";

ReactAppWebpackPlugin.getConfig(compiler, config, options);

Options

名称类型必填默认值描述
defineObjectNorefer to webpack.DefinePlugin
VConsoleBooleanNotrue开发环境会自动使用 vconsole
aliasObjectNorefer to webpack alias
splitChunksObjectNorefer to optimizationsplitchunks
useAnalyzerBooleanNofalserefer to css-minimizer-webpack-plugin