You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: