Why not use `[name]` in localIdentName ? (`[local]___[hash:base64:5]`) If all components has same root className, like `.root`or `.container`, all component className has same name with different hash. In general, I use `[local]__[name]__[hash:base64:5]` who allow to recognize className by file name.
Why not use
[name]in localIdentName ? ([local]___[hash:base64:5])If all components has same root className, like
.rootor.container, all component className has same name with different hash.In general, I use
[local]__[name]__[hash:base64:5]who allow to recognize className by file name.