next-amazona
next-amazona copied to clipboard
next js with material ui on build not compress css
looking on the demo website at the browser: view source ctrl+u or view-source:https://next-amazona.vercel.app/
you can see that build did not minify the material UI CSS.
how can we fix that? regards.
hello there, thanks for your interest. I have upgraded @material-ui to @mui 5. please try it here: https://github.com/basir/next-amazona/tree/MUI I hope it is compressed in this version.