![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
gatsby-plugin-bundle-stats
Advanced tools
In-depth bundle analyzer for webpack(bundle size, assets, modules)
Demos: Bundle analysis comparison · Bundle analysis
- Bundle size and totals by file type(css, js, img, etc)
- Insights: duplicate packages, new packages
- Initial JS/CSS, Cache invalidation, and other bundle metrics
- Assets report (entrypoint, initial, types, changed, delta)
- Modules report (changed, delta, chunks, duplicate count and percentage)
- Packages report (count, duplicate, changed, delta)
:star: Side by side comparison for multiple builds
Analyze webpack stats(bundle size, assets, modules, packages) and compare the results between different builds.
npm install --dev gatsby-plugin-bundle-stats
or
yarn add --dev gatsby-plugin-bundle-stats
See bundle-stats-webpack-plugin options.
// In your gatsby-config.js
module.exports = {
plugins: [
'gatsby-plugin-bundle-stats'
]
};
or with custom options
// In your gatsby-config.js
module.exports = {
plugins: [
{
resolve: 'gatsby-plugin-bundle-stats',
options: {
compare: true,
outDir: '../artifacts',
stats: {
context: './src'
}
}
},
]
};
bundle-stats
CLI to generate bundle stats report.
bundle-stats-webpack-plugin
Webpack plugin to generate bundle stats report.
next-plugin-bundle-stats
Next.js plugin for bundle-stats.
rollup-plugin-bundle-stats
Rollup plugin to generate bundle stats report.
Standalone web application to compare Webpack/Lighthouse/Browsertime stats.
Github Action that generates bundle-stats reports.
FAQs
In-depth bundle analyzer for webpack(bundle size, assets, modules)
The npm package gatsby-plugin-bundle-stats receives a total of 512 weekly downloads. As such, gatsby-plugin-bundle-stats popularity was classified as not popular.
We found that gatsby-plugin-bundle-stats demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.