v16.2.0-canary.52
📦 next-jsView on GitHub →
✨ 1 features🐛 2 fixes🔧 1 symbols
Summary
This release includes core refactoring, performance improvements in byte scanning, and updates to the Turbopack toolchain. A helper function in Turbopack options was also removed.
Migration Steps
- Turbopack: If you were relying on `partial_project_options_with_debug_build_paths`, remove usage as it has been removed.
✨ New Features
- Automatically build and clear native build when running `pnpm build`.
🐛 Bug Fixes
- Use Buffer.indexOf in uint8array helpers for faster byte scanning.
- DCE to avoid pulling server internals into browser bundles.