Closed selankon closed 1 year ago
At this point 19234bb the production build is
du -sh build
812K build
After add TS the bundle size is
du -sh build
808K build
On ed8a8f3 (before add TS and TailwindCSS) the production bundle size was:
➜ du -sh build
664K build
After talking here, this are the new bundle sizes to compare:
rm -rf node_modules && npm i && npm run build:production && du -sh build/bundle.*
develop
:424K build/bundle.3d1b4.js
20K build/bundle.7879a.css
feature/enable_typescript
:20K build/bundle.7879a.css
568K build/bundle.d4e2f.js
feature/add_tailwindcss
:24K build/bundle.d9709.css
568K build/bundle.df2ad.js
Add tailwindcss