meteor-scss
meteor-scss copied to clipboard
Can't get source maps working after upgrading to Meteor 1.10
- [ ] Feature request
- [x] Bug report
- [ ] Question
I just upgraded an app from 1.6 to 1.10. Source maps were working, but now I am getting only this error on the console:

I just came back here to update this issue and also bump it to attention a bit.
As of 2023, I am now on Meteor 2.9.1. The source maps kinda work, but unfortunately only for a while (typically directly after initial page load). I correctly see the .scss files referenced in the Chrome dev tools, including the correct line number of a CSS statement. Which is awesome.
However, after a while things break, and all styles only refer to the huge merged styles file instead, with line numbers that are impossible to track down to the original scss files.
I have no idea why this happens. But it would be great if somebody could look into that.