Skip to content

Feature/add tailwindcss#370

Merged
selankon merged 2 commits into
libremesh:developfrom
selankon:feature/add_tailwindcss
May 3, 2023
Merged

Feature/add tailwindcss#370
selankon merged 2 commits into
libremesh:developfrom
selankon:feature/add_tailwindcss

Conversation

@selankon
Copy link
Copy Markdown
Collaborator

@selankon selankon commented Feb 10, 2023

Add tailwindcss

  • Migrate some components
  • Check how increases the bundle level

@selankon selankon force-pushed the feature/add_tailwindcss branch from 5807a0f to 8202467 Compare February 14, 2023 08:09
@selankon selankon force-pushed the feature/add_tailwindcss branch from 8202467 to 19234bb Compare April 19, 2023 08:36
@selankon
Copy link
Copy Markdown
Collaborator Author

selankon commented Apr 19, 2023

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

@selankon selankon force-pushed the feature/add_tailwindcss branch from 19234bb to 85f28bb Compare April 28, 2023 07:16
@selankon selankon force-pushed the feature/add_tailwindcss branch from 85f28bb to 6f39618 Compare April 28, 2023 08:57
@selankon
Copy link
Copy Markdown
Collaborator Author

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.*
  • On branch develop:
424K    build/bundle.3d1b4.js
20K     build/bundle.7879a.css
  • On branch feature/enable_typescript:
20K     build/bundle.7879a.css
568K    build/bundle.d4e2f.js
  • Finally, for feature/add_tailwindcss:
24K     build/bundle.d9709.css
568K    build/bundle.df2ad.js

@selankon selankon marked this pull request as ready for review May 3, 2023 06:57
@selankon selankon force-pushed the feature/add_tailwindcss branch from 6f39618 to cb3b830 Compare May 3, 2023 07:07
@selankon selankon merged commit 9dd8b6e into libremesh:develop May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant