A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.npmjs.com/package/next-plugin-bundle-stats below:

next-plugin-bundle-stats - npm

Demos: Bundle analysis comparison · Bundle analysis

BundleStats Next.js plugin

- 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)
⭐ Side by side comparison for multiple builds

Analyze Next.JS bundle stats(bundle size, assets, modules, packages) and compare the results between different builds.

npm install --dev next-plugin-bundle-stats

or

yarn add --dev next-plugin-bundle-stats

See bundle-stats-webpack-plugin options.

// In your next.config.js
const createBundleStatsPlugin = require('next-plugin-bundle-stats');

const withBundleStatsPlugin = createBundleStatsPlugin();

/** @type {import('next').NextConfig} */
const nextConfig = {};

module.exports = withBundleStatsPlugin(nextConfig);

or with custom options:

// In your next.config.js
const createBundleStatsPlugin = require('next-plugin-bundle-stats');

const withBundleStatsPlugin = createBundleStatsPlugin({
  outDir: '../artifacts'
});

/** @type {import('next').NextConfig} */
const nextConfig = {};

module.exports = withBundleStatsPlugin(nextConfig);

CLI to generate bundle stats report.

Webpack plugin to generate bundle stats report for webpack/rspack.

Gatsby plugin for bundle-stats.

Rollup plugin to generate bundle stats report for vite/rolldown/rollup.

Optimize your web app's performance with automated bundle stats analysis and monitoring.

🚀 Get started

Standalone web application to compare Webpack/Lighthouse/Browsertime stats.

Compare bundle stats

Github Action that generates bundle-stats reports.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4