Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate production sourcemaps #930

Open
Tracked by #894
codemonkey800 opened this issue Mar 8, 2023 · 1 comment
Open
Tracked by #894

Generate production sourcemaps #930

codemonkey800 opened this issue Mar 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request frontend good first issue P2 Medium Priority

Comments

@codemonkey800
Copy link
Collaborator

Not having source maps in production impacts our Best Practices Lighthouse score:

image

We should look into how we can generate source maps for the frontend. I've tried following the instructions from the Next.js docs, but for some reason source maps were still not being generated.

This might be an issue with the current version of Next.js we're using, so it might be solved by #610. However, this PR has been open for a while because of failing E2E tests, so it might be good to give it another try once all of the E2E test PRs are merged

@codemonkey800
Copy link
Collaborator Author

codemonkey800 commented Mar 27, 2023

Upgrade Next.js spike: #967

@codemonkey800 codemonkey800 added the P2 Medium Priority label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend good first issue P2 Medium Priority
Projects
Status: Icebox
Development

No branches or pull requests

1 participant