v16.3.0-canary.23
📦 next-jsView on GitHub →
✨ 1 features🐛 3 fixes🔧 2 symbols
Summary
This release introduces an experimental graph-based CSS chunking algorithm in Turbopack and includes several internal improvements and bug fixes related to asset emission and error handling.
Migration Steps
- Rename TaskExecutionReason::Initial to Root.
✨ New Features
- Add graph-based CSS chunking algorithm behind experimental.cssChunking: "graph".
🐛 Bug Fixes
- Emit assets before duplicate check in turbopack emit_assets.
- Distinguish in-navigation errors in the instant error overlay.
- Evaluate next.config export functions in the try catch.