gatsby-plugin-split-css
v2.0.3
Published
Split css
Downloads
10,388
Maintainers
Readme
gatsby-plugin-split-css
Overrides the default webpack config to split the css into chunks
Install
$ npm install gatsby-plugin-split-css
Configure
Note: add this plugin after all PostCSS/Sass/Less plugins.
// gatsby-config.js
module.exports = {
plugins: [
`gatsby-plugin-split-css`
],
}