docusaurus-plugin-sass
docusaurus-plugin-sass copied to clipboard
Is there a way to enable source maps for SCSS files when using docusaurus-plugin-sass, particularly in development mode?
Hello,
When using docusaurus-plugin-sass, source maps for SCSS files are not being generated in development mode. This makes it difficult to debug styles as the browser's developer tools only show the bundled CSS without references to the original SCSS files.
docusaurus-plugin-sass version: 0.2.5
If there isn't a built-in way to enable source maps, are there any recommended approaches or workarounds to achieve this functionality while using docusaurus-plugin-sass?
Any help or guidance on this issue would be greatly appreciated.