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
Description Running npx source-map-explorer ./dist/main*.js files in node 18.x but works in node 16.x
npx source-map-explorer ./dist/main*.js
Steps to reproduce
npx source-map-explorer
You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
Expected behavior Explorer should work in both node 16 and newer 18.x current version
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Running
npx source-map-explorer ./dist/main*.js
files in node 18.x but works in node 16.xSteps to reproduce
npx source-map-explorer
in node 18.xYou must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
Expected behavior
Explorer should work in both node 16 and newer 18.x current version
Environment
The text was updated successfully, but these errors were encountered: