Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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`
  ],
}

License

The MIT License

© 2023 Gatsby, Inc.