Skip to content

Commit 294a6d0

Browse files
committed
feat: add ios to ESBUILD_BASELINE_WIDELY_AVAILABLE_TARGET
1 parent cd0e3ee commit 294a6d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/node/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export const ESBUILD_BASELINE_WIDELY_AVAILABLE_TARGET: string[] = [
9292
'edge111',
9393
'firefox114',
9494
'safari16.4',
95+
'ios16.4',
9596
]
9697

9798
export const DEFAULT_CONFIG_FILES: string[] = [

0 commit comments

Comments
 (0)