I am trying to make NextJS faster for page loading. I am using apollo client for handling graphql queries.
I realized that the apollo-client has big chunk size.
It's size is making _app.js chunk file as bigger. I want to create seperate chunk file for the apollo-client chunk file.
How can I do this?
I appreciate any helps!
Thanks