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
Vite by default doesn't polyfill Node's Core Modules for browser environments. I added vite-plugin-node-polyfills in #102 without any configs to fix this quickly, but not all polyfills need to be added since this can increase build size. Some configuring would probably be good.
The text was updated successfully, but these errors were encountered:
Vite by default doesn't polyfill Node's Core Modules for browser environments. I added vite-plugin-node-polyfills in #102 without any configs to fix this quickly, but not all polyfills need to be added since this can increase build size. Some configuring would probably be good.
The text was updated successfully, but these errors were encountered: