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

Source map Support #31

Closed
SantoFejoDK opened this issue Apr 17, 2018 · 3 comments
Closed

Source map Support #31

SantoFejoDK opened this issue Apr 17, 2018 · 3 comments

Comments

@SantoFejoDK
Copy link

Please add source map support where possible (sass, javascript, typescript should support it).
Thanks

@moonglum
Copy link
Member

Hello and welcome 👋

We haven't found a use case for source maps with the --compact output we produce. Debugging works very well with readable source code. Can you give us an example where you would need it?

@SantoFejoDK
Copy link
Author

Yes, debugging works with JavaScript, but:

  • Especially with projects that have a lot of files, it would be a lot easier to identify the source file if source-maps where present.
  • It's not as easy for scss/css, as the generated code differs a lot from the source material.

Aside from that, it should not be too much work, since all transpilers support source-maps right out of the box, or do you apply some sort of post-processing?

@FND
Copy link
Contributor

FND commented Dec 6, 2018

As discussed elsewhere, this has been implemented for a while now (since before v1.0).

@FND FND closed this as completed Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants