styleguidist/react-styleguidist
在 GitHub 查看Custom styles are not applied to minified build
Open
#1,525 创建于 2020年1月22日
bughelp wanted
仓库指标
- Star
- (11,091 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Current behavior
This has been reported earlier: https://github.com/styleguidist/react-styleguidist/issues/1431
When I run styleguidist build with a webpack config that minifies function names then my custom styles are not applied.
To reproduce
https://github.com/McManning/styleguidist-demo
Expected behavior
I expect the minified bundle to still apply my custom styles.