I am new to React and Gatsby so please excuse my ignorance.
I am using Gatsby Netllify plugin with gatsby-plugin-purify-css when I include it in my gatsby config and let it run it seems to concat files from cms.css (from Netlify plugin I suspect) and/or build-js-styles.css (not sure if this is related to Netlify CMS) when I remove gatsby-plugin-purify-css it is not concatenated.
I am new to React and Gatsby so please excuse my ignorance.
I am using Gatsby Netllify plugin with
gatsby-plugin-purify-css
when I include it in mygatsby
config and let it run it seems to concat files fromcms.css
(from Netlify plugin I suspect) and/orbuild-js-styles.css
(not sure if this is related to Netlify CMS) when I removegatsby-plugin-purify-css
it is not concatenated.