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
I'm going to close this out as a duplicate since there is an existing discussion in #8218, but feel free to post additional info in that thread. Thanks!
I am using Svelte with apollo, everything works fine, the problem is that I have to pass the .cjs to carry out my build and it is not comfortable.
Development:
import { ApolloClient } from '@apollo/client/core';
Production
import { ApolloClient } from '@apollo/client/core/core.cjs';
The text was updated successfully, but these errors were encountered: