如果创建组件库就是需要使用cssModule,应该怎么配置呢, #1733
Unanswered
Chasen-Zhang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
你这个属于比较简单的单层级组件,可以这么做。我私以为在实际生产中,业务组件通常会比较复杂,层级比较深的话,你这个方式不行的。我建议还是不要在组件库里考虑 cssModule 了吧 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
现在是本地开发文档、业务测引用组件本地开发都是ok,但是业务测打包,模块样式就是会消失,比如
虽说官方给的是很难覆盖样式,其实实际生产中,我可以给组件提供className 或者 style 属性的,要覆盖就这样覆盖就行了。但是现在我其实是期待可以使用css module 的
#225
fatherrc.ts 中说可以配置cssModule,发现现在好像配置变动了。可能这个 #236 也是我遇到的问题,
#650
大神求助下,感激不尽。
Beta Was this translation helpful? Give feedback.
All reactions