Search Docs
rsmax/build 下包含构建 Rsmax 应用的 Node.js API,方便把 Rsmax 集成到你自己的构建流程中。
rsmax/build
带有 ? 的选项表示非必填项
?
构建 Rsmax 应用。
const { buildApp } = require('rsmax/build'); buildApp({ target: 'ali', output: 'build' });
options
rsmax.config.js
webpack 的 compiler 对象。