We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's no sourcesContent generated in the final source map.
sourcesContent
The text was updated successfully, but these errors were encountered:
Looking at the source only gennerator.addMapping is used. Perhaps generator.setSourceContent needs to be added?
gennerator.addMapping
generator.setSourceContent
Sorry, something went wrong.
Add source content to resulting map. Closes azu#6
4b0c718
feat: Add source content (#7)
0d141a8
* Add source content to resulting map. Closes #6 * Add test for source content.
No branches or pull requests
There's no
sourcesContent
generated in the final source map.The text was updated successfully, but these errors were encountered: