The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
Overrides the default webpack config to split the css into chunks
$ npm install gatsby-plugin-split-css
Note: add this plugin after all PostCSS/Sass/Less plugins.
// gatsby-config.js module.exports = { plugins: [ `gatsby-plugin-split-css` ], }
The MIT License