v0.80.5
- [Feature]: Add
server.forwardClientLogs
config option, to allow suppressing client console logs in Metro output. (#1192 by @huntie) - [Fix]:
constant-folding-plugin
: Don't fold optional function calls (foo.?()
). (#1178 by @Gamote) - [Fix]:
inline-plugin
: Don't replace__DEV__
in invalid Babel AST locations. (#1195 by @kitten) - [Fix]: Move
metro-minify-terser
dependency to fix resolution under isolated node_modules (pnpm, etc). (#1199 by @robhogan)
NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]: Fix module duplication due to non-real resolved paths when combining
unstable_enablePackageExports
andunstable_enableSymlinks
. (#1198 by @robhogan)
Full Changelog: v0.80.4...v0.80.5