Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sourcemaps not being created #26

Open
argentini opened this issue Dec 30, 2019 · 2 comments
Open

Sourcemaps not being created #26

argentini opened this issue Dec 30, 2019 · 2 comments
Labels
Resolution: Needs Investigation This PR or Issue should be investigated from the Stencil team

Comments

@argentini
Copy link

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.

@icex
Copy link

icex commented Aug 12, 2021

I would love to see this properly implemented.

@splitinfinities
Copy link
Contributor

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.

@rwaskiewicz rwaskiewicz added Resolution: Needs Investigation This PR or Issue should be investigated from the Stencil team and removed Feature: Enhancement labels Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Needs Investigation This PR or Issue should be investigated from the Stencil team
Projects
None yet
Development

No branches or pull requests

4 participants