Roo-Code/apps/web-evals
Roo Code eeb413e3aa fix: add turbopack root and webpack extensionAlias to web-evals next config
Workspace packages (@roo-code/types, @roo-code/ipc, @roo-code/cloud) use
NodeNext module resolution with .js extensions in TypeScript imports.
Without proper bundler config, these resolve to literal .js files instead
of the actual .ts source files, causing "Module not found" errors.

- Add turbopack.root pointing to monorepo root (matching web-roo-code)
- Add webpack resolve.extensionAlias to map .js -> .ts/.tsx for builds

Fixes #11853
2026-03-04 11:18:58 +00:00
..
public Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
scripts Evals web app fixes / tweaks (#7299) 2025-08-21 12:36:33 -07:00
src Revert to pre-AI-SDK state (January 29, 2026) (#11462) 2026-02-13 16:45:18 -05:00
.env Evals web app fixes / tweaks (#7299) 2025-08-21 12:36:33 -07:00
.gitignore Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
components.json Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
eslint.config.mjs Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
next-env.d.ts Add back post-revert bug fixes and features (Step 2) (#11463) 2026-02-13 18:40:28 -05:00
next.config.ts fix: add turbopack root and webpack extensionAlias to web-evals next config 2026-03-04 11:18:58 +00:00
package.json Reapply Batches 3-4: Skills, browser removal, provider removals (6 major-conflict cherry-picks) (#11475) 2026-02-14 22:06:24 -07:00
postcss.config.mjs Move evals into pnpm workspace, switch from SQLite to Postgres (#4278) 2025-06-03 01:38:08 -07:00
tsconfig.json Improve Docker setup for evals (#4327) 2025-06-05 12:16:36 -07:00
turbo.json Improve turbo task dependency declarations (#4323) 2025-06-04 09:32:27 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00