Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Standardized guidelines and patterns for Frontend Delivery Build Tools.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-14 | ✓→✗ | ▼ Worse | 3% | 0% |
typescript// vite.config.ts import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; export default defineConfig({ plugins: [react()], build: { rollupOptions: { output: { manualChunks: { vendor: ['react', 'react-dom'], ui: ['@radix-ui/react-dialog'] } } } } });
bashnpm install -D rollup-plugin-visualizer
Other measured skills in the registry, with their headline benchmark lift.