Compress
Compress copied to clipboard
Compress 🗜️
 Hi Guys, I've an issue using this plugin on build. It's might be compatibility issue with Deno Adapter. Here is the evidences: Details: ```...
Hey, really neat plugin! Is there any way to exclude a single file or directory or pattern? For example I want to exclude my `favicon.png` file from being compressed, but...
Hi, Even after upgrading to 2.2.17, I'm still having this issue. Any idea? Thanks a lot Astro v4.5.9 AstroCompress v2.2.17
Sorry, error is back again. When building a static site on Vercel I'm getting an error thrown ``` generating optimized images -- 09:09:54.680 | free(): invalid size 09:14:20.856 | Error:...
In [Source/Function/Integration.ts](https://github.com/Playform/Compress/blob/97061eb1955b7787b572a4d2af0ddc10608a586f/Source/Function/Integration.ts#L213-L223), [Source/Variable/Option.ts](https://github.com/Playform/Compress/blob/97061eb1955b7787b572a4d2af0ddc10608a586f/Source/Variable/Option.ts#L21) and [Source/Variable/Image/sharp.ts](https://github.com/Playform/Compress/blob/Current/Source/Variable/Image/sharp.ts) add an option to complete override the `SharpOptions` from [lib/index.d.ts](https://github.com/lovell/sharp/blob/7950fc0ea3640e248e408204f9cae8318e43acb4/lib/index.d.ts#L902)
In [Target/Function/Integration.d.ts](https://github.com/Playform/Compress/blob/Current/Target/Function/Integration.d.ts) and almost everywhere else the `Type` is not resolved: ```js /** * @module Integration * */ export declare let System: string; declare const _default: Type; export default _default;...
When preinstalling make sure that the two versons of `sharp` mainly the one in `@playform/compress` and `astro` are the same. Use `@playform/adapt`
https://discord.com/channels/830184174198718474/830184175176122389/1221472526731968552 Removes hydration comments. 
> May make `on` (`true`) as the default setting in development mode as well for this new feature. related issue: - #76