basir / next-amazona

next-amazona.vercel.app
289 stars 226 forks source link

next js with material ui on build not compress css #4

Open 1xo2 opened 2 years ago

1xo2 commented 2 years ago

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.

basir commented 2 years ago

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.