Working With Stylesheets: Source Maps

Though it comes with a compile/performance cost, this will provide extra debugging information to your browser's developer tools when using compiled assets.

Mix.js('resources/js/app.js', 'public/js')
   .sourceMaps();

Working With Stylesheets: Source Maps — Structure map

Clickable & Draggable!

Working With Stylesheets: Source Maps — Related pages: