astro/packages/integrations/image/src
Matthew Phillips 40226dd14d
Use Vite to load non JS astro configs (#5377)
* Use Vite to load non JS astro configs

* Adding a changeset

* Allow config to not exist

* Use a file url

* Use proload as a fallback

* add missing peerdep

* fix lint mistakes

* Refactor the vite-load

* First check if the file exists

* Pass through fs

* Update packages/astro/src/core/config/vite-load.ts

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* Also load astro.config.cjs

* Do search before trying to load

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-11-15 10:02:23 -05:00
..
build Support relative protocol image URL (#5072) 2022-10-13 11:59:38 -04:00
lib Share picture fallback image with source (#5324) 2022-11-09 08:31:09 -05:00
loaders Fix usage of the Image component with the Vercel adapter (#5361) 2022-11-14 13:42:35 -05:00
utils Support relative protocol image URL (#5072) 2022-10-13 11:59:38 -04:00
vendor/squoosh Fix usage of the Image component with the Vercel adapter (#5361) 2022-11-14 13:42:35 -05:00
endpoint.ts Adding an optional image service based on Squoosh (#4738) 2022-09-22 19:48:14 +00:00
index.ts Use Vite to load non JS astro configs (#5377) 2022-11-15 10:02:23 -05:00
vite-plugin-astro-image.ts Revert "Allow image-pool to be used as its own Worker (#5317)" (#5360) 2022-11-10 16:07:22 -08:00