chore(vite): Use vite plugin for context wrapping#2058
Conversation
✅ Deploy Preview for cedarjs canceled.
|
Greptile SummaryThis PR moves API context wrapping from Babel into Vite and build pipeline helpers. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "esbuild plugin" | Re-trigger Greptile |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t build:pack --exclude create-ceda... |
✅ Succeeded | 1s | View ↗ |
nx run-many -t test --minWorkers=1 --maxWorkers=4 |
✅ Succeeded | 2m 25s | View ↗ |
nx run-many -t build |
✅ Succeeded | 1m 22s | View ↗ |
nx run-many -t test:types |
✅ Succeeded | 10s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-07-08 13:46:07 UTC
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t build:pack --exclude create-ceda... |
✅ Succeeded | 2s | View ↗ |
nx run-many -t test --minWorkers=1 --maxWorkers=4 |
✅ Succeeded | 2m 46s | View ↗ |
nx run-many -t build |
✅ Succeeded | 1m 22s | View ↗ |
nx run-many -t test:types |
✅ Succeeded | 11s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-07-08 06:42:38 UTC
|
The changes in this PR are now available on npm. Try them out by running Or try it in a new app with |

Replacing the older Babel plugin approach
This is continuation of the work started in #2051