I'd like to convert minified stack errors to source code stack trace, in the browser using the sourceMap. It's a create-React-App project, which uses Webpack behind the hood. And it also uses code splitting. According to source-map's documentation a SourceMapConsumer object should be initialized with a url to a "lib/mappings.wasm" file. But I coulnd't find such a file in the build folder, or anywhere else in the project.
I'd like to convert minified stack errors to source code stack trace, in the browser using the sourceMap. It's a create-React-App project, which uses Webpack behind the hood. And it also uses code splitting. According to source-map's documentation a SourceMapConsumer object should be initialized with a url to a "lib/mappings.wasm" file. But I coulnd't find such a file in the build folder, or anywhere else in the project.