postcss-modules
                                
                                
                                
                                    postcss-modules copied to clipboard
                            
                            
                            
                        Short class names in production
Is it considered safe to configure something like generateScopedName: "_[hash:base64:5]" to generate shorter class names for production environments or does this risk generating clashing class names? I could not find any advise regarding this in the issues or the readme.
Collisions are not detected by this package, so you may want to track generated class names inside getJSON and at the end of the build process, check if there were any collisions.