We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using stencil.config.ts sass() options like the following do nothing:
stencil.config.ts
sass({ sourceMap: true, sourceMapEmbed: true, sourceMapContents: true })
No sourcemap data is generated in the resulting CSS file, and no *.cs.map file is generated when specifying a sourcemap path.
*.cs.map