I have recently published my website as server rendered (with transition) and I used https://gtmetrix.com to analyse it, one of the warnings was: "Minify HTML" and then I noticed there was tons of CSS sourcemaps as inline data URLs.
I have no idea how to remove them, I already call enableProdMode() in my server.ts