AbhyudayaSharma / gatsby-plugin-split-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%