Minify class names in production #175
Labels
enhancement: proposal 💬
Improvement of current behaviour that needs to be discussed
needs: help 🆘
Help is needed
Milestone
Do you want to request a feature or report a bug?
Feature.
What is the current behavior?
In production, generated class names are of the form
_{variableName}__{hash}
, same as in development mode.What is the expected behavior?
They should just be
_{hash}
. This will save some bytes and look cleaner, by not leaking internal variable names into the generated markup and CSS. At least make this an option.The text was updated successfully, but these errors were encountered: