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
开启了cssmodule,在webpack.config.js 中配置了cssloader,配置如下
css: { localIdentName: '[path][name]__[local]' }
此时css在打包的时候,会按照我指定的名称打包,但是html内还是hash过的,这是需要配置其他的选项么? html内
<p class="_3gfBy7Z6EV0SgjmA1kFtBn"> css: .app-web-page-home-home__title{}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
开启了cssmodule,在webpack.config.js 中配置了cssloader,配置如下
此时css在打包的时候,会按照我指定的名称打包,但是html内还是hash过的,这是需要配置其他的选项么?
html内
The text was updated successfully, but these errors were encountered: