Change8

v16.2.0-canary.69

📦 next-jsView on GitHub →
2 features🔧 2 symbols

Summary

This release introduces an experimental configuration option for swapping the Turbopack backend and reverts the default loader runtime backend to child processes for stability. It also includes memory optimizations via a streaming SST writer.

Migration Steps

  1. If you relied on the previous default loader runtime backend, note that the default is now reverted to child processes.

✨ New Features

  • Experimental configuration option added to allow swapping the turbopack-node backend at runtime.
  • Streaming SST writer introduced in turbo-persistence for reduced memory usage.

Affected Symbols