Code works fine when it’s processing less than 500 MB worth of images. (I’m trying to do +25 GB worth) Is there a way to modify the code to get it to work with a larger quantity of images? I get an error that looks like this: node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: EIO: i/o error, write] {
Tag: imagemin
Can you compress angular image assets on build?
What I want I have very big images in my assets, which slows down the site by a lot for slower networks. (you can read more about the topic on this lighthouse linked page) I would like to compress them at build time (ng build –prod). For local development, it is irrelevant (ng serve). Optimally I would like to generate