🤖 bundle-stats v4.18.0
- asset chunk information and assets filtering by chunk
- rollup-plugin-bundle-stats - new initial flag extraction algorithm
https://t.co/CjtBJDmYie
📣 Release notes: October
📁 Export bundle analysis totals/assets/modules/packages as JSON/CSV and create custom reports & visualizations in your preferred tools
⚖️ Asset type(initial, entry, chunk) between builds to identify bundle optimization changes
https://t.co/D5R1XvZsHb
🤖 bundle-stats v4.16.0 - export metrics data to JSON/CSV and use your preferred tools to inspect or create custom visualizations
https://t.co/iEck30OQo3
🤖 bundle-stats v4.13.0 - treemap charts for totals, assets, modules and packages
👓 Visualize the largest pieces of your bundle
🔮 Identify the impact of large clusters of assets, modules, or packages
🔬 Zoom in to the selected folder
https://t.co/yPp1QcPvM1
The schedule of #FutureFrontend 2024 (13-14.6) is close to complete and we'll focus on three main themes: design, development, and artificial intelligence.
As a bonus, there's a standardization session held in collaboration with @TC39.
https://t.co/X8mAyzj8sQ
📖 How to identify and fix duplicate dependencies
Modern web applications bundle a median of 100 direct and transitive dependencies. On average, 20% of the dependencies are duplicates, impacting the application's web performance.
https://t.co/4A9MkgKvM2
our goal is to get scalar < 1MB unpacked (currently 600KB gzipped)✌️
@Relative_CI has made us substantially more conscious on bundle size monitoring/analysis every day
we love their service!✨
@Relative_CI is pretty cool. It just helped me discover and fix duplicate packages on my site.
It was caused by differently resolved transitive dependencies by radix-ui/* packages
Remarkable progress by the @rspack_dev team! We were able to add rspack to some of our projects without any other changes.
Also, we now have dedicated instructions and examples for rspack:
🗒️ https://t.co/pID4M5mPl4
📚 https://t.co/9uu5bD3bME
https://t.co/tRwE256J6E
Do you know that build time can be a significant hinder in the adoption of bundle analysis tools like perfsee and @Relative_CI in CI. When the build process takes too long, it can delay the feedback loop and it's too late to revert changes before deploying. This can slow down the iteration cycle and hinder the development process. Fast builds enable faster iteration and quicker feedback, which is crucial for maintaining a productive development workflow.
Rspack makes it possible to do bundle analysis for every PR!
#buildtimematters