You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: only clear BROWSERSLIST when it looks like shell script garbage (fixes#1781)
Improved the Browserslist fix to be smarter:
- Only clears BROWSERSLIST when value contains shell script patterns
(
- Preserves legitimate browser query values like 'last 2 Chrome versions'
- This avoids breaking users who intentionally set BROWSERSLIST
for PostCSS/Autoprefixer targeting
0 commit comments