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
browserslist-rs supports environment variables: The underlying browserslist-rs library correctly reads and processes environment variables like BROWSERSLIST.
The condition in next code snippet truthy and error throwed
`
let browsers = binding_default().loadBrowserslist(inlineQuery, context);
if (!browsers || !inlineQuery && !hasBrowserslistConfig(context)) throw Error(No browserslist config found to handle the 'browserslist' target.
hasBrowserslistConfig falsy because using browserslist-load-config which doesn't check env variable