We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c7e97 commit 2df6252Copy full SHA for 2df6252
1 file changed
webpack.common.js
@@ -43,6 +43,7 @@ module.exports = {
43
loader: "css-loader",
44
options: {
45
modules: {
46
+ // eslint-disable-next-line spellcheck/spell-checker
47
localIdentName: "[name]__[local]___[hash:base64:5]"
48
},
49
// replace kebab-case css class names with camelCase strings
0 commit comments