webpack
Build performance issues despite being a core framework promise
7Build performance remains a major concern with 8,511 GitHub issues. Despite being a core Next.js promise, developers struggle with Turbopack, Babel, and webpack optimization. Experimental features often break existing setups, and slow builds cascade to affect all feature delivery timelines.
AWS Lambda missing framework guidance and bundle size limitations
6Developers often start Lambda projects without frameworks, forcing manual setup of API Gateway and CloudWatch integrations. As architectures grow, the 50MB default deployment size limit becomes a constraint, requiring webpack bundling per function to stay under limits and improve deployment speed.
CommonJS to ESM migration friction in new projects
4Developers starting new browser-based projects in 2025 sometimes default to CommonJS (`require()`) and heavy webpack configurations despite native ESM working everywhere that matters. This creates unnecessary migration burden and uses legacy tooling patterns.