-
-
Notifications
You must be signed in to change notification settings - Fork 600
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
No source map generated by TypeScript plugin when specified in tsconfig.json #216
Comments
@David-Else thanks for the issue. Please see the issue template for instructions on providing a proper reproduction. What you've provided here is not, unfortunately. |
@shellscape I spent a while on this, even making a script for you to make a complete environment to reproduce the issue. Before I invest more time, please just quickly confirm that the plugin IS expected to create a sourcemap? Thanks. |
While appreciated, we do have instructions in the issue template to keep people on track with what we need to triage. I highly recommend paying close attention to other project's templates in the future. The simple fact is that our time and resources are limited, and having to setup an environment, versus a REPL or repo link, eats into the time we have available to triage for folks who have followed the template. |
@shellscape I have created this to demonstrate the bug: https://repl.it/repls/ElaborateStingyParallelport When I run it the file |
Apologies if you felt that label was derogatory. It's only for maintainers for at-a-glance statuses. Thanks for putting that together. That's going to be a huge help. |
@shellscape Don't worry, I did not think the label was derogatory, I just wanted to help get the bug fixed asap :) Cheers, great plugin! |
You also need to add |
Waning added in version 4.0.0 of the typescript plugin |
I have this warning in my project - maplibre-gl-js although I use this
|
Any update on the above? Any help would be appreciated! |
You are not getting this error from the build but from transpiling the config file: Make sure to remove the |
Ah, great! Thanks for the tip! |
How Do We Reproduce?
https://repl.it/repls/ElaborateStingyParallelport
Press run
Expected Behavior
A sourcemap file should be generated in the output folder as it was
"sourceMap": true,
in thetsconfig.json
Actual Behavior
It is not, so debugging in the browser does not work properly.
The text was updated successfully, but these errors were encountered: