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 errors are emitted during debug #32

Closed
shamilovtim opened this issue Apr 13, 2024 · 1 comment · May be fixed by Graysonbarton/p256-verifier#4
Closed

Source map errors are emitted during debug #32

shamilovtim opened this issue Apr 13, 2024 · 1 comment · May be fixed by Graysonbarton/p256-verifier#4

Comments

@shamilovtim
Copy link

shamilovtim commented Apr 13, 2024

Received in v1.1.6

While debugging our project this package throws source map errors in dev tools:

Could not read source map for node_modules/%40scure/base/lib/index.js: ENOENT: no such file or directory, open /node_modules/@scure/base/lib/index.js.map'

TypeScript, by default, does not generate source maps. If you want TypeScript to produce source maps along with the compiled JavaScript files, you need to set the sourceMap option to true in your tsconfig.

@paulmillr
Copy link
Owner

The tsconfig has proper settings.

package.json files does not contain source maps in it.

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

Successfully merging a pull request may close this issue.

2 participants