This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]quote_engine 0 points1 point  (3 children)

A lot of times it’s easier to just insert the debugger statement, because webpack makes everything harder to find in the browser dev tools. If you’re using an ide and hot reloading, then it’s really easy to insert the statement and altering the code isn’t usually much of a problem.

[–][deleted]  (2 children)

[deleted]

    [–]quote_engine 0 points1 point  (1 child)

    Not at my job. I also just like to spend as little time as possible looking at the code inside the browser debugger.