benjycui / bisheng

Transform Markdown(and other static files with transformers) into a SPA website using React.
MIT License
2.9k stars 419 forks source link

【疑问】如何保证文档编译出来的组件代码,和直接编译组件代码一致 #218

Open hangaoke1 opened 4 years ago

hangaoke1 commented 4 years ago

参考源码发现,bisheng文档部分编译配置是位于bisheng项目bisheng/lib/config中,参考antd.mobile项目,其编译配置是从antd-tools/lib/getWebpackConfig读取的,那么不同的编译配置,如何保证编译出来的组件代码一致性?