Reputation: 107
Hello i'm using react and when i want to use debugger in my code adn see it via chrome it shows me only bundle.js in sources tab. How do i fix it. On my friends pc its looks normal on the same project. tried to check chrome options bun didnt fine anything usefull. at google i find only people with webpack but i didnt use it
Upvotes: 3
Views: 2316
Reputation: 811
If you're looking for the exact place to enable this flag:
I had the same issue and it fixed it for me
Upvotes: 1
Reputation: 107
Thanks to CherryDT. it happend becausesource maps disabled in your Devtools settings.
Upvotes: 1