[codex] Enable Vite sourcemaps#8
Merged
Merged
Conversation
Netlify PR PreviewsBase: No app projects were affected. Replay QANo deployed preview URLs were available for Replay QA. |
- Make sidebar Notifications bell and story "More" button functional (toast / overflow dropdown) instead of inert controls - Toggle search overlay closed on re-click and preserve the typed query - Darken inactive "My Feed" tab label to meet WCAG AA contrast - Add tooltips (title) to sidebar icon buttons, incl. community icons - Fetch GDELT and HN feed sources concurrently and tighten the GDELT timeout to cut /api/feed latency - Track Replay QA project id and saved bug reports under .replay/ Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Repoint all 8 app sites to newly created public sites under the Replay Netlify team (replay-* names/IDs/URLs), replacing the personal blamy-broken-linear-* sites. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
BLamy
added a commit
that referenced
this pull request
Jun 16, 2026
Fix Replay QA bugs across example apps (PR #8)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enable production sourcemap generation for all eight Vite apps in the Nx monorepo:
Both the PR-preview and main Netlify deployment workflows use the same Nx build targets, so this applies to preview and production deploys.
Validation
npm run build:allnpx nx run-many -t typecheck --allgit diff --checknpx nx run-many -t lint --allwas also run and still fails on existing app-source lint issues unrelated to this change, mostly React hook and fast-refresh rules in files undersrc/.