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

✨: connect network table with interceptors #7

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

IvanRodriCalleja
Copy link
Owner

To implement this feature i had to remove Vite and replace it by esbuild because i couldn't fix vite generating multiple chunks for injected code. I need to generate the injected code as a single file (without imports) so i decide to migrate everything to avoid having 2 different bundlers.

This PR also implements the flow to connect injected code with devtools page to show network calls done (Only Unary at the moment)

@IvanRodriCalleja IvanRodriCalleja merged commit 49df205 into main Aug 6, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant