All of my pages/components are behind authentication with the exception of the login page.
When unauthenticated, the css file that is fetched in the production build includes all of the index.module.scss styling thats hidden behind authentication, even though none of those styles are used on the login page.
Some of the naming for these styles could provide information about what components are available behind authentication. Is the only way around this to obfuscate style names on build?