stack-source-map:添加对错误堆栈的源映射支持(仅Chrome)

时间:2024-02-25 16:27:33
【文件属性】:

文件名称:stack-source-map:添加对错误堆栈的源映射支持(仅Chrome)

文件大小:26KB

文件格式:ZIP

更新时间:2024-02-25 16:27:33

chrome webpack sourcemap ChromeJavaScript

堆栈源图 尝试使错误堆栈与浏览器中的源映射一起使用,但仅支持Chrome。 该代码主要来自 ,但简化为仅与浏览器一起使用,并已固定为支持所有源映射模式 基本上,这是v8 一种hack 适用于babel和webpack :grinning_face_with_big_eyes: 安装 npm install stack-source-map 用法 require ( 'stack-source-map' ) ( ) Webpack条目 var entry = [ 'stack-source-map/register' // other entries . . . ] 使用标准文件 在页面中包含文件stacksourmap.js ,


【文件预览】:
stack-source-map-master
----index.js(13KB)
----package.json(1KB)
----test()
--------test.js(215B)
--------index.html(1KB)
--------test.babel.js(449B)
----server.js(1KB)
----Readme.md(1KB)
----register.js(16B)
----stacksourcemap.js(55KB)
----Makefile(618B)
----webpack.alone.js(304B)

网友评论