Replies: 1 comment
-
Moving this to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request
Is your feature request related to a problem? Please describe.
Next.js generates verbose CSS class names for development and production builds, thus increasing the production size unnecessarily.
Describe the solution you'd like
Keep the verbose names in development for debugging, however, production should use single-character class names.
Beta Was this translation helpful? Give feedback.
All reactions