Skip to content

Instantly share code, notes, and snippets.

View AmitKKhanchandani's full-sized avatar
📘
Learning

AmitKKhanchandani

📘
Learning
View GitHub Profile
@AmitKKhanchandani
AmitKKhanchandani / PurgeCss in Create React App without ejecting
Created February 23, 2023 21:38 — forked from DyadicGit/PurgeCss in Create React App without ejecting
remove unused css (PurgeCss) in Create React App without ejecting
//package.json
{
...
"devDependencies": {
...
"purgecss": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && npm run purge-css",