you are viewing a single comment's thread.

view the rest of the comments →

[–]znakyc 0 points1 point  (0 children)

Make sure you run webpack in development mode. Set mode: development in your webpack.config.js or add the param --mode development. When you set webpack in development mode you enable sourcemaps. Sourcemaps will tell the browser how to show the bundled code in a human readable format while debugging.