stencil-sass icon indicating copy to clipboard operation
stencil-sass copied to clipboard

Sourcemaps not being created

Open argentini opened this issue 5 years ago • 2 comments

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.

argentini avatar Dec 30 '19 17:12 argentini

I would love to see this properly implemented.

icex avatar Aug 12 '21 15:08 icex

We do have component source maps on deck, so help adding them to sass and beyond would be huge! If someone has capacity to implement (Notably after we get source maps into @stencil/core) that would be huge.

splitinfinities avatar Sep 24 '21 21:09 splitinfinities