Compress icon indicating copy to clipboard operation
Compress copied to clipboard

Compress 🗜️

Results 27 Compress issues
Sort by recently updated
recently updated
newest added

![CleanShot 2022-10-24 at 23 05 28](https://user-images.githubusercontent.com/2656058/197572983-86bb90bf-964a-4582-9651-d4118e5d3f5c.jpg) 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: ```...

Convert all assets from `page-name-slug.css` to `hash.css`

enhancement

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...

enhancement

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

sharp

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:...

sharp
vercel
cloudflare

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. ![Screenshot_20240331-093053.png](https://github.com/Playform/CompressAstro/assets/90222871/3c0e46c6-7565-404b-92f6-31c4f56870ed)

enhancement

> May make `on` (`true`) as the default setting in development mode as well for this new feature.   related issue: - #76

enhancement
help wanted