Using stencil.config.ts sass() options like the following do nothing:
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.
Using
stencil.config.tssass() options like the following do nothing:No sourcemap data is generated in the resulting CSS file, and no
*.cs.mapfile is generated when specifying a sourcemap path.