In order to correctly unwind uglified stack traces, you’ll need to ensure that the filename of the source map matches the file name of the original source file. For instance, if your build process generates a file main.153ee63b.chunk.js
, the corresponding source map file should be named main.153ee63b.chunk.js.map
.