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
if (env === 'production' && webpackConfig.module) { // ClassnameHash webpackConfig.module.rules.map((item) => { if (item.use && item.use[0] === 'style') { console.log(item) return item.use.map((iitem) => { if (iitem && iitem.loader === 'css') { iitem.options.localIdentName = '[hash:base64:5]' } return iitem }) } return item }) }
The text was updated successfully, but these errors were encountered:
后面调整过,ClassnameHash应该是可以了
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: