#What are the browsers that Astro compatible with and their minimum supported version?
3 messages · Page 1 of 1 (latest)
Hi @jade vine. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Astro is designed to be compatible with modern browsers that support ECMAScript Modules. However, the specific minimum versions of browsers that Astro supports are not explicitly mentioned in the provided extracts.
Astro uses Vite under the hood, and Vite requires a minimum of Chrome 87 as per the extract from Github issue 6186 (https://github.com/withastro/astro/issues/6186). Also, Vite 5, which Astro uses, doesn't support Safari 13 as per the extract from Github issue 9601 (https://github.com/withastro/astro/issues/9601).
It's also worth noting that Astro is not built to support IE 11 as per the extract from Github issue 6158 (https://github.com/withastro/astro/issues/6158).
For more specific browser compatibility, you might need to refer to the compatibility of ECMAScript Modules as you suggested, or check the compatibility of Vite since Astro is built on top of it.