Maksymsly
Maksymsly

Reputation: 107

chrome developer tool show only bundle.js instead normal components js files

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 Here how it looks like when i type debugger

Upvotes: 3

Views: 2316

Answers (2)

asafel
asafel

Reputation: 811

If you're looking for the exact place to enable this flag: enter image description here

I had the same issue and it fixed it for me

Upvotes: 1

Maksymsly
Maksymsly

Reputation: 107

Thanks to CherryDT. it happend becausesource maps disabled in your Devtools settings.

Upvotes: 1

Related Questions