-
Notifications
You must be signed in to change notification settings - Fork 72
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
FidesJS sourcemaps working correctly #5222
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
customFidesCss | ||
? ` | ||
// Include custom fides.css styles | ||
// keep fidesJS on the first line to avoid sourcemap issues! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manually tested and confirmed source maps and breakpoints are working great! Thanks for this huge improvement to dev workflow @gilluminate !
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
Sourcemaps for
fides.js
andfides-tcf.js
are now functional with this change. GPP doesn't work, but since nothing worked before, this is a huge improvement.Clicking from console logs etc. will take you to the correct source in the browser. Setting breakpoints is now possible.
Code Changes
Pre-Merge Checklist
CHANGELOG.md