The source maps are no longer inlined in the compiled CSS file. There‘s a .css.map file for the compiled CSS file instead. Sources are now included into the map file. This means that sources can now be moved to non-public folders without losing the possibility to debug your code.
Related: #1263
Pull Request
Related Issues
Closes #
Fixes # [bug]
Resolves # [feature/question]
Prerequisites
[ ] Changes have been tested on TYPO3 v11.5 LTS
[ ] Changes have been tested on TYPO3 v12.4 LTS
[ ] Changes have been tested on PHP 7.4
[ ] Changes have been tested on PHP 8.0
[ ] Changes have been tested on PHP 8.1
[ ] Changes have been tested on PHP 8.2
[ ] Changes have been checked for CGL compliance php-cs-fixer fix
[ ] CSS has been rebuilt (only if there are SCSS changes cd Build; npm ci; npm run build)
Description
[Description of changes proposed in this pull request]
The source maps are no longer inlined in the compiled CSS file. There‘s a .css.map file for the compiled CSS file instead. Sources are now included into the map file. This means that sources can now be moved to non-public folders without losing the possibility to debug your code.
Related: #1263
Pull Request
Related Issues
Prerequisites
php-cs-fixer fix
cd Build; npm ci; npm run build
)Description
[Description of changes proposed in this pull request]
Steps to Validate