open the browser at http://localhost:3000 and check the source.
Current vs. Expected behavior
All class names look like veryVeryVeryVeryVeryVeryLongModuleName_footer__UEyfO. I expected it to be minified in production so that the module name doesn't matter.
Link to the code that reproduces this issue
https://github.com/Mad-Kat/reproduction-module-css-hash-optimization
To Reproduce
open the browser at
http://localhost:3000
and check the source.Current vs. Expected behavior
All class names look like
veryVeryVeryVeryVeryVeryLongModuleName_footer__UEyfO
. I expected it to be minified in production so that the module name doesn't matter.Provide environment information
Which area(s) are affected? (Select all that apply)
App Router
Which stage(s) are affected? (Select all that apply)
next start (local), Vercel (Deployed)
Additional context
No response