ionic-team / stencil-site

Stencil site and documentation source.
https://stenciljs.com/
MIT License
338 stars 425 forks source link

Explain in the docs that sourcemaps are not yet available. #698

Closed santicalvo closed 2 years ago

santicalvo commented 3 years ago

Stencil version:

All versions

I'm submitting a:

[ ] bug report [x ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/

Current behavior: In the documentation we cannot see any information relating to sourcemaps.

Expected behavior:

In my current project, they decided to use stenciljs. I am working with it and just found out that currently there are no sourcemaps. The transpiled code is quite dificult to work with...

Users should know that currently there are no sourcemaps on Stencil before they decide to use it. This information should be available on the documentation.

Steps to reproduce: Go to the Stencil Documentation and look for any information regarding sourcemaps. Nowhere we can find that sourcemaps are not available, it's only an old feature request.

Other information:

I think that sourcemaps are important enough for people to know quickly, just before start dealing with stencil, that sourcemaps are not yet available.

rwaskiewicz commented 2 years ago

👋 Hey there!

I apologize that this issue hasn't been addressed in 11 months. I wanted to give you a quick update that we've shipped sourcemaps in Stencil v2.9.0! The docs for enabling sourcemaps can be found here.

I'm going to close this issue, but please feel free to open a new issue if you feel that the docs are lacking in any way. Thanks!

santicalvo commented 2 years ago

That's great news!!! I am not using stencil now, but I want to use it again! :-) Thanks a lot!