You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Received in v1.1.6
While debugging our project this package throws source map errors in dev tools:
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.
The text was updated successfully, but these errors were encountered: