From 934d4297ac31caf50ff15b6e3b5b1c68dcbbc01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20L=C3=AA?= <115204145+DucMinhNe@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:45:41 +0700 Subject: [PATCH] docs: add ios16.4 to the documented baseline-widely-available target --- docs/config/build-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/build-options.md b/docs/config/build-options.md index c41dd9752b2977..47b49e5ebd48ad 100644 --- a/docs/config/build-options.md +++ b/docs/config/build-options.md @@ -8,7 +8,7 @@ Unless noted, the options in this section are only applied to build. - **Default:** `'baseline-widely-available'` - **Related:** [Browser Compatibility](/guide/build#browser-compatibility) -Browser compatibility target for the final bundle. The default value is a Vite special value, `'baseline-widely-available'`, which targets browsers that are included in the [Baseline](https://web-platform-dx.github.io/web-features/) Widely Available on 2026-01-01. Specifically, it is `['chrome111', 'edge111', 'firefox114', 'safari16.4']`. +Browser compatibility target for the final bundle. The default value is a Vite special value, `'baseline-widely-available'`, which targets browsers that are included in the [Baseline](https://web-platform-dx.github.io/web-features/) Widely Available on 2026-01-01. Specifically, it is `['chrome111', 'edge111', 'firefox114', 'safari16.4', 'ios16.4']`. Another special value is `'esnext'` - which assumes native dynamic imports support and will only perform minimal transpiling.