Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有没有源地图的生产网站,并且我有本地匹配生产编译 + 缩小咖啡的 sourmaps。
有没有办法让浏览器的开发人员工具使用这个(本地)源映射而不实际将其上传到服务器并添加为 sourceMappingURL 注释或 http 标头?
有:指定
//# sourceMappingURL=http://localhost/xxx.js.map
作为脚本的最后一行,并有一个本地 Web 服务器(在防火墙后面)提供它。
对我来说很好。