fix: remove purgecss (#440)

PurgeCSS doesn’t work with the latest version of PostCSS, far as I can tell.  It ends up removing too many classes.  It has always been sort of problematic and we only use it in a few MFEs, so I think it’s time for it to go.
This commit is contained in:
David Joy
2021-07-13 10:16:09 -04:00
committed by GitHub
parent 242a03ee72
commit f06bea9612
4 changed files with 0 additions and 72 deletions

View File

@@ -88,7 +88,6 @@
"es-check": "5.2.4",
"glob": "7.1.7",
"husky": "6.0.0",
"purgecss-webpack-plugin": "4.0.3",
"react-test-renderer": "16.14.0",
"reactifex": "1.1.1",
"redux-mock-store": "1.5.4"