• Lukas Eipert's avatar
    Create new webpack chunk for graphql · ca33bcbf
    Lukas Eipert authored
    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.
    ca33bcbf
webpack.config.js 18 KB