sourcemapcmd
v1.1.0
Published
Command line tool to resolve source file references with source maps
Downloads
5
Readme
sourcemapcmd
Command line tool to resolve source file references with source maps
Usage:
npx sourcemapcmd <bundleURL> <line>:<column> [--verbose]
Options:
--version Show version number [boolean]
-v, --verbose Verbose mode [boolean]
-h, --help Show help [boolean]
Example
$ npx sourcemapcmd https://portal.epilot.cloud/patch-2023-08-25-file-preview-proxy/epilot360-entity/bundle.js?version=1692995278 2059:1595
{
"source": "webpack://entity/src/components/entity-details/index.tsx",
"line": 159,
"column": 10,
"name": "setEntityState"
}