Reactjs – Node modules broken When using Vite + React + Apollo Client
I tried @apollo/client with this starting apollo client document but wanted to use Vite instead of CRA. I imported the modules in main.jsx like this: import { ApolloClient, InMemoryCache, ApolloProvider, gql, } from "@apollo/client/core"; const client = new ApolloClient({ uri:…