Bug report
This brings ws, crypto, tons of node APIs, etc, causing a much bigger bundle to polyfill or the need to do lots of configuration.
Describe the bug

To Reproduce
Importing @supabase/ssr createBrowserClient in any Vite app should do it.
Expected behavior
Should export @supabase/ssr/client so we can import just the client code.
Bug report
This brings ws, crypto, tons of node APIs, etc, causing a much bigger bundle to polyfill or the need to do lots of configuration.
Describe the bug
To Reproduce
Importing
@supabase/ssrcreateBrowserClient in any Vite app should do it.Expected behavior
Should export
@supabase/ssr/clientso we can import just the client code.