[Question] source-maps with css or sass? · Issue #7 · webpack-contrib/sass-loader
Hi, I am using sass-loader to compile sass code. Can we have the source-map to trace back the source file with webpack for sass? Currently, I setup Sass-loader by { test: /\.scss/, loader: "style-l...