我已经使用lerna和yarn工作区将我的react应用程序设置为多个站点的单仓库。
我应该如何配置react-styleguidist
的单个实例,以使其适用于我所有的单独软件包和每个react-app站点。
这是基本的目录结构
build
demo.site/ <create-react-app>
dg.site/ <another create-react-app>
packages/
/riq-ui/
/Button/
/Card/
/index.ts
/package.json
/riq-utils/
styleguide/
/ThemeWrapper.js
styleguide.config.js
config-overrides.js <react-app-rewired>
yarn.lock
lerna.json
node_modules/
package.json