标签: javascript webpack
如何使用Node / JS以编程方式将JS捆绑包中的特定行/列号映射到其源模块(使用源映射)?
更新:我使用软件包sourcemap-explorer在原始源中查找位置。 (例如,$ sourcemap-explorer bundle.js:1:1234用于查找bundle.js中第1行第1234列的原始源,因为bundle.js.map存在于同一目录中)。感谢菲尔的建议!
sourcemap-explorer
$ sourcemap-explorer bundle.js:1:1234
链接:using exports instead