PlayForm / Compress

🗜️ Compress —
https://NPMJS.Org/@playform/compress
MIT License
479 stars 12 forks source link

Javascript Files Getting Skipped #341

Closed bcainc closed 4 months ago

bcainc commented 4 months ago

Why is this plugin skipping all the "hoisted.12345.js" files that Astro creates?

NikolaRHristov commented 4 months ago

Maybe they're already compressed at their maximum limit and couldn't be compressed more. We check for that and if the file has a larger file size after compression we don't write to it.

NikolaRHristov commented 4 months ago

https://github.com/PlayForm/Compress/blob/dcce142835a5b12483f79e89e9186ffeea1cdae9/Source/Variable/Option.ts#L34-L35

bcainc commented 4 months ago

Thank you. I think that is the case after spending more time with this ... files are silently excluded from the log output if they're already at maximum compression.