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
In Yarn PnP environment, if any of the modules are imported inside the config file, the extension stops working without any warnings.
I guess it's because the extension is not using the PnP resolver (docs) which leads to crash while loading the config.
Besides the issue around Yarn PnP, I think the extension should emit errors occur while loading the config in any user-friendly channel other than DevTools, at least.
The text was updated successfully, but these errors were encountered:
In Yarn PnP environment, if any of the modules are imported inside the config file, the extension stops working without any warnings.
I guess it's because the extension is not using the PnP resolver (docs) which leads to crash while loading the config.
Besides the issue around Yarn PnP, I think the extension should emit errors occur while loading the config in any user-friendly channel other than DevTools, at least.
The text was updated successfully, but these errors were encountered: