We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
示例里面有用到className={classes.container} 然而并没有生效。 请问如何配置使用cssmodules
The text was updated successfully, but these errors were encountered:
修改 webpack.config.js 把 const BASE_CSS_LOADER = 'css?sourceMap&-minimize' 改成 const BASE_CSS_LOADER = 'css?sourceMap&-minimize&module'
试试看看~
Sorry, something went wrong.
原来是有cssmodules的 后面由于减少复杂度取消了 引入cssmodules很简单的
No branches or pull requests
示例里面有用到className={classes.container}
然而并没有生效。
请问如何配置使用cssmodules
The text was updated successfully, but these errors were encountered: