Minification of Javascript in Prod build does not seem to be working

Hi, I ran the Google performance audit on https://m.quemesa.com and it says that build/main.js is not minified as much as it could be (0.45mb saving).
https://gtmetrix.com/reports/m.quemesa.com/LIaMLf4f

I used this command: npm run build --prod

Can anyone else confirm this behaviour?

Uh wow, that would be a lot.
Have you tried if the app still works if you replace the file with the “optimized version”?

Good idea- I’ll try that and get back to you