I've a very strange issue.
I can debug the css before it gets written in the file and it includes the sourcemap, but in the css-file this sourcemap is not written.
I verified the 2 compiler classes and the hook and didn't find any fault.
It looks like the file is written in another location or at another time without the sourcemap, as it's just included in the content-string. So actually I don't have a clue why the sourcemap is missing in the css and how this issue could be fixed.
ws_scss: 11.0.3
TYPO3: 11.5.21
PHP: 8.1.24
Apart from very few additions I just use EXT:demotemplate, to give an idea about the parsed files.
I've a very strange issue.
I can debug the css before it gets written in the file and it includes the sourcemap, but in the css-file this sourcemap is not written.
I verified the 2 compiler classes and the hook and didn't find any fault.
It looks like the file is written in another location or at another time without the sourcemap, as it's just included in the content-string. So actually I don't have a clue why the sourcemap is missing in the css and how this issue could be fixed.
ws_scss: 11.0.3
TYPO3: 11.5.21
PHP: 8.1.24
Apart from very few additions I just use EXT:demotemplate, to give an idea about the parsed files.