Rax official engineering tool.
rax-scripts
is based on webpack, supports various scenarios through the plugin system, and provides flexible webpack configuration capabilities based on webpack-chain
. Users can realize engineering requirements by combining various plugins.
$ npm install rax-scripts --save-dev
rax-scripts
Itself will not perform any operations, but according plugins configured in build.json to execute engineering commands, for example, an ordinary webapp project configuration is as follows
{
"plugins": [
["rax-plugin-app", { "targets": ["web"]}]
]
}