- [Feature]: Always include source file content sources in HMR source maps. Fixes facebook/react-native#49069 (breakpoints are inconsistent after fast refresh) (cd7a935 by @vzaidman)
- [Fix]: Fix edge case where files may appear missing during bundling/resolution while being modified. (2a0b548 by @robhogan)
- [Fix]: Import-exports-plugin: Rename
module
/require
/exports
/global
declarations to avoid conflicts with injected args or generated code. (#1385 by @robhogan) - [Fix]: Don't use console.log directly in bundle builds. (91d74d0 by @robhogan)
- [Fix]: Haste conflicts created after startup could cause inconsistent filesystem state. (#1399 by @robhogan)
- [Fix]: Don't enter zombie state on startup Haste collisions. (0fc8e45 by @robhogan)
- [Performance]: Exclude React Compiler runtime from inline requires. (#1390 by @gaearon)
- [Performance]: Optimize the number of workers to use for parallel processing to use
os.availableParallelism
instead ofos.cpus
. (#1378 by @screetBloom) - [Performance]: Don't stat ignored files in fsevents watcher. (a1c9cdb by @robhogan)
- [Performance]: Don't walk project on startup when using fsevents watcher on macOS. (122bdbd by @robhogan)
- [Performance]: Use fast, recursive watch on macOS regardless of optional dependency installation. (#1420 by @robhogan)
Full Changelog: v0.81.0...v0.81.1