{ "$schema": "https://raw.githubusercontent.com/ai/size-limit/main/schema.json", "name": "teacher-portal bundle size limits", "description": "P6 性能预算:Shell <150KB / Remote <80KB / CSS <50KB", "checks": [ { "name": "Shell (main bundle)", "path": ".next/static/chunks/main-*.js", "limit": "150 KB", "gzip": true }, { "name": "Remote entry", "path": ".next/static/chunks/remoteEntry-*.js", "limit": "80 KB", "gzip": true }, { "name": "CSS", "path": ".next/static/css/*.css", "limit": "50 KB", "gzip": true } ] }