Skip to content

fix: install babel-plugin-react-compiler for vite build#21

Merged
raymondoyondi merged 1 commit into
mainfrom
agent/eagle-light-64tp
Jul 12, 2026
Merged

fix: install babel-plugin-react-compiler for vite build#21
raymondoyondi merged 1 commit into
mainfrom
agent/eagle-light-64tp

Conversation

@raymondoyondi

@raymondoyondi raymondoyondi commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Chores
    • Added support for the React Compiler during development.
    • Reordered dependency listings for consistency.

@raymondoyondi raymondoyondi merged commit c3ace5f into main Jul 12, 2026
4 checks passed
@raymondoyondi raymondoyondi deleted the agent/eagle-light-64tp branch July 12, 2026 19:51
@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 008ed958-69cf-4592-a0c0-c9b48bff7e4f

📥 Commits

Reviewing files that changed from the base of the PR and between a30d5c0 and 0667853.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

package.json reorders the listed dependencies and adds babel-plugin-react-compiler version ^1.0.0 to devDependencies.

Changes

Package manifest updates

Layer / File(s) Summary
Update package dependencies
package.json
Reorders @duckdb/duckdb-wasm among the dependencies and adds babel-plugin-react-compiler to development dependencies.

Estimated code review effort: 1 (Trivial) | ~2 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent/eagle-light-64tp

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds the babel-plugin-react-compiler package to the development dependencies in package.json and package-lock.json. Additionally, it reorganizes the dependencies in package.json by sorting @duckdb/duckdb-wasm alphabetically. There are no review comments, so I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@greptile-apps

greptile-apps Bot commented Jul 12, 2026

Copy link
Copy Markdown

Greptile Summary

This PR installs the React compiler Babel plugin needed by the Vite build. The main changes are:

  • Adds babel-plugin-react-compiler to devDependencies.
  • Adds the matching npm lockfile entry for babel-plugin-react-compiler@1.0.0.
  • Reorders @duckdb/duckdb-wasm in package.json without changing its version.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.
  • The package manifest and lockfile entries match.
  • The dependency change fits the existing Vite plugin configuration.

Important Files Changed

Filename Overview
package.json Adds babel-plugin-react-compiler as a dev dependency and only reorders an existing DuckDB dependency.
package-lock.json Adds the matching lockfile package entry for babel-plugin-react-compiler@1.0.0.

Reviews (1): Last reviewed commit: "fix: install babel-plugin-react-compiler..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant