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
Set MIN_x_VERSION as unsupported when not targeting ENVIRONMENT (#24376)
If `ENVIRONMENT` doesn't contain `node`, treat `MIN_NODE_VERSION` as
unsupported, and vice versa - if `ENVIRONMENT` only contains `node`,
treat all browser `MIN_*_VERSION` as unsupported.
Will show a warning if user specified their own `MIN_*_VERSION` despite
corresponding environment not being targeted.
Fixes#20561.
0 commit comments