gatsby-plugin-split-css
Overrides the default webpack config to split the css into chunks
Install
$ npm install gatsby-plugin-split-css
Note: add this plugin after all PostCSS/Sass/Less plugins.
module.exports = {
plugins: [
`gatsby-plugin-split-css`
],
}
License
The MIT License