DEV Community

Discussion on: 🗜 How I purged 95% of unused CSS from my Gatsby website

Collapse
 
irreverentmike profile image
Mike Bifulco

Was there anything special to the config you used, or was it just a simple resolve?

Collapse
 
ctrleffive profile image
Chandu J S

For me, adding to plugins array works just fine.

//[
//  },
      `gatsby-plugin-purgecss`,
//  {
//]

Check the file here