You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I want to thank you for your library. I don't know about any better ready-to-use solution for building React components libraries.
But I have one question: I've noticed that you use VS Code so I thought that you could help me with launch.json so I can debug an example (VS Code Chrome debugging) and even the tests. The basic configuration doesn't work.
Maybe it would be helpful if you could provide copy/paste solution in readme like they do in cra.
Thanks for any help!
The text was updated successfully, but these errors were encountered:
I couldn't get any of the configs which use Karma customLaunchers config with a --remote-debugging-port Chrome flag to work.
This simpler one which launches a headless browser against the Karma debug.html page works for me, though you have to click reload in the debug toolbar after setting breakpoints and making code changes:
This issue is a:
First I want to thank you for your library. I don't know about any better ready-to-use solution for building React components libraries.
But I have one question: I've noticed that you use VS Code so I thought that you could help me with
launch.json
so I can debug an example (VS Code Chrome debugging) and even the tests. The basic configuration doesn't work.Maybe it would be helpful if you could provide copy/paste solution in readme like they do in cra.
Thanks for any help!
The text was updated successfully, but these errors were encountered: