mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
* Disable `sharp` `libvips` cache. * Update sharp.ts * Add changeset * Apply suggestions from code review * Add issue to comment in sharp.ts --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
7 lines
186 B
Markdown
7 lines
186 B
Markdown
---
|
|
"astro": patch
|
|
---
|
|
|
|
This change disables the `sharp` `libvips` image cache as it errors when the
|
|
file is too small and operations are happening too fast (runs into a race
|
|
condition)
|