DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Frontend Performance Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Performance
A team runs ANALYZE=true npm run build on their Next.js 16 project (using default Turbopack) expecting @next/bundle-analyzer's report, but gets no analyzer output. What's the most likely explanation?
A
The build failed silently for unrelated reasons
B
@next/bundle-analyzer is webpack-specific and doesn't apply automatically to a Turbopack build — they'd need next experimental-analyze instead, or explicit --webpack opt-out
C
ANALYZE=true is not a real environment variable pattern
D
This tool only works for staging environments, never local builds
Check Answer