2.0.3 • Published 1 year ago

gatsby-plugin-split-css v2.0.3

Weekly downloads
3,626
License
MIT
Repository
github
Last release
1 year ago

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

2.0.3

1 year ago

2.0.2

2 years ago

2.0.0

3 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago