-
Notifications
You must be signed in to change notification settings - Fork 2
Sourcemap support #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@alexschrod Hi! Installyarn add -D group-css-media-queries-loader@next
# or npm i -D group-css-media-queries-loader@next |
Hey, thanks a lot! I was so busy the last couple of days at work that I didn't have time to try it out, but I definitely will as soon as I can. |
Hey, I tested it, and it mostly works, although it seems to get confused when there are two files that share the same name, although that's certainly not the end of the world and it's still much better than it was before. |
@alexschrod
Can you create a test repository with a this problem? |
As soon as I added the
group-css-media-queries-loader
to my chain, sourcemap support broke down. I tried addingoptions: {sourceMap: true}
to the loader, like you can do on thesass-loader
and thecss-loader
, but it made no difference.What has to be done in order for sourcemaps to still work when using this loader?
The text was updated successfully, but these errors were encountered: