-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
taro支付宝/微信小程序中是否可以配置babel-plugin-react-css-modules? #5263
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
在google搜索和issue以及官方文档中都没有看到提到这个 |
现在有配置方案不 |
使用 Taro 3 可以,因为 Taro 3 支持通过 import * as React from 'react' 来使用 React。 |
taro3之后可以自己配置babel了,在babel中可以配置
并且在小程序配置文件中配置
|
补充一下: babel.config.js 类似这样:
注意 generateScopedName 需要和 config/index.js 中 cssModules 的配置一致
|
@zousandian |
@zousandian 麻烦问下,我这样配置后,页面中的styleName没有生效,是什么问题呢 |
webpack5 之后babel-plugin-react-css-modules 还生效吗? 我的怎么不生效了? |
@lu576037375 配置好了,你看看代码😂 |
问题描述
目前css modules的需要通过className={styles.xxx}这种写法来支持,能否支持styleName=‘xxx’的写法?后续是否会改进呢?
The text was updated successfully, but these errors were encountered: