@nessframework/analyzer
v2.1.2
Published
Bundle reports and size budgets for Ness.js applications.
Maintainers
Readme
Generates JSON and HTML bundle reports and optionally enforces a total bundle-size budget.
npm install --save-dev @nessframework/analyzerimport analyzer from '@nessframework/analyzer';
import { ness } from '@nessframework/router/vite';
export default {
plugins: [ness({ plugins: [analyzer({ maxSize: 750_000 })] })],
};