Generated files with source maps won’t automatically redirect to their original files, because there’s potentially a 1-to-many relationship.
If you see the message Source Map Detected
, the original file should already appear on the side file tree or the file explorer via Crl + P. If you don’t know the original file name, you can open the source map file itself.
-
The source map path can be identified by a
//# sourceMappingURL=
comment or theX-SourceMap
header: -
Open up the source map via url and look for the
sources
property for the original file name: -
The original file should be visible in the sources panel:
If you don’t see the message Source Map Detected
You can manually add an external source map by right clicking and selecting Add Source Map
:
Additional Resources
- If that still doesn’t work, you can try a Source Map Validator
- For webpack specifically, you can configure the
devtool
property