normalize_bundler_paths
Resolve dynamic bundle references (webpack://, ng://, Vite /@fs/) to raw file paths for accurate stack trace decoding.
Instructions
Resolve dynamic bundle references (like webpack://, ng://, or Vite /@fs/ paths) to raw files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rawPath | Yes | The raw source path reference from the source map | |
| sourceRoot | No | Source root configuration from the source map | |
| projectRoot | No | Root directory of the project |