v16.2.0-canary.36
📦 next-jsView on GitHub →
✨ 2 features🐛 3 fixes🔧 2 symbols
Summary
This release introduces experimental support for `type: "text"` configuration and addresses several performance and stability issues within Turbopack, including fixing slow filesystem benchmarks and LRU eviction bugs.
Migration Steps
- If you were relying on the internal PPR environment variable, remove references to it as it has been removed.
✨ New Features
- Add support for `type: "text"` under a new experimental flag, mirroring webpack behavior.
- Add CSS URL deployment ID suffix support.
🐛 Bug Fixes
- Fix slow filesystem benchmark warning for `next dev` when using Turbopack.
- Fix cascading LRU eviction during prefetch batches.
- Fix devlow job timeouts.