It would be great to have a way to tell aphrodite not to minify classnames.
We currently have our classnames minified in production, because we set process.env.NODE_ENV = 'production'.
The said option would prevail on process.env.NODE_ENV value.
This option would prove useful for us to debug errors in production. We are using a tool that notifies about errors in our app. The tool adds an history of interaction with the different HTML elements as context. But we learn nothing from User clicked on div._x23hsa

Thank you for the great tool, by the way. It feels good to forget about the "cascading" part of CSS.
It would be great to have a way to tell aphrodite not to minify classnames.
We currently have our classnames minified in production, because we set
process.env.NODE_ENV = 'production'.The said option would prevail on
process.env.NODE_ENVvalue.This option would prove useful for us to debug errors in production. We are using a tool that notifies about errors in our app. The tool adds an history of interaction with the different HTML elements as context. But we learn nothing from
User clicked on div._x23hsaThank you for the great tool, by the way. It feels good to forget about the "cascading" part of CSS.