docusaurus-plugin-sass icon indicating copy to clipboard operation
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?

Open aslan-gm opened this issue 6 months ago • 0 comments

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.

aslan-gm avatar Aug 15 '24 09:08 aslan-gm