-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
sourceMappingUrl is wrong #58
Comments
I'll take a look |
@jhnns Any luck with this? I'd really love to get source maps to work, so if you have any pointers or want me to try something out I'm all ears :) |
Could you create a small test-case? I need to know more about your actual project structure, because source maps are working as expected in our repo. |
@jhnns I'll try to whip something together! |
Doh! The devserver we use overrid the |
No problem. 😀 |
I nearly got source maps to work, but it's outputting the wrong sourceMappingUrl. I am getting
../../..//build/sass.map
instead ofstyles.css.map
. I am using sass-loader 0.4.1, webpack 1.4.15 and extract-text-webpack-plugin 0.3.8.This is my configuration:
Any ideas?
The text was updated successfully, but these errors were encountered: