plugin-react@5.1.4
·
19 commits
to main
since this release
Fix canSkipBabel not accounting for babel.overrides (#1098)
When configuring babel.overrides without top-level plugins or presets, Babel was incorrectly skipped. The canSkipBabel function now checks for overrides.length to ensure override configurations are processed.