Closed ai closed 1 month ago
Calling { key } destroys this binding in Browserslist which lead to issues like https://github.com/browserslist/browserslist/issues/845
{ key }
this
Note, that browserslist/node is private API, you should use just browserslist.findConfig (I will create a separated issue to discuss this changes).
browserslist/node
browserslist.findConfig
It was very quick! Thanks!
Calling
{ key }
destroysthis
binding in Browserslist which lead to issues like https://github.com/browserslist/browserslist/issues/845Note, that
browserslist/node
is private API, you should use justbrowserslist.findConfig
(I will create a separated issue to discuss this changes).