Skip to content

plugin-react@5.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Feb 04:58
plugin-react@5.1.4
f066114

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.