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
Given the work we've done on reducing our usage of node builtins in our code, it would be worth seeing if we can remove the vitest-plugin-node-polyfills from the root package.json's devDependencies and then adjust vitest.browser.config.mts accordingly so we don't need all the polyfills (and probably some loading time on the tests as well).
The text was updated successfully, but these errors were encountered:
Given the work we've done on reducing our usage of node builtins in our code, it would be worth seeing if we can remove the
vitest-plugin-node-polyfills
from the root package.json'sdevDependencies
and then adjustvitest.browser.config.mts
accordingly so we don't need all the polyfills (and probably some loading time on the tests as well).The text was updated successfully, but these errors were encountered: