https://create-react-app.dev/docs/adding-typescript/
npx create-react-app my-app --template typescript
https://abangpa1ace.tistory.com/entry/Craco-CracoCreate-React-App-Configuration-Override-%EB%9E%80
여러 설정 파일 모음 https://github.com/dilanx/craco
https://webpack.kr/guides/getting-started
yarn add -D webpack webpack-cli
npx webpack init
여러 옵션 선택 ㄱㄱ
https://purgecss.com/getting-started.html
https://purgecss.com/plugins/webpack.html
"postbuild": "npx purgecss --css build/static/css/*.css --content build/index.html build/static/js/*.js --output build/static/css"