Using a fresh install of Bedrock and Sage, 1.12.6 and 9.0.9, I’ve just noticed that in Firefox my sourcemaps do not reference the .scss files correctly. They’re showing the cache files whereas in Chrome everything seems fine?
Is there any known issue or workaround for this, would much rather use Firefox than Chrome for debugging/dev if possible.
@mmirus hmm… no idea if that’s the issue to be honest, I can’t see any mention of style-loader in my webpack.config.js file. Is no one else having this issue with Firefox??
I’ve seen some other folks report issues with sourcemaps and FF over time - if you search Discourse / Google you will probably get some hits.
I’m not a webpack expert, unfortunately. I know we include style-loader in Sage (check package.json); it may be being used as the fallback for ExtractTextPlugin.