Create new webpack chunk for graphql
When we reduced our main.js bundle size, it seems like apollo and graphql and related dependencies got included multiple times into different chunks. By manually defining a "graphql" chunk we can increase cacheability.
Showing
Please register or sign in to comment