# Target modern browsers that support ES2019+ features
# This eliminates unnecessary polyfills for Array.flat, Object.fromEntries, etc.
# Supports 95%+ of global users while reducing bundle size by ~12KB

# Production build - modern browsers only
[production]
chrome >= 73
edge >= 79
firefox >= 67
safari >= 12.1
ios >= 12.2
and_chr >= 73
and_ff >= 67
samsung >= 9.2

# Development build - same as production for consistency
[development]
chrome >= 73
edge >= 79
firefox >= 67
safari >= 12.1
ios >= 12.2
