神秘的widgets.map文件

The mysterious widgets.map file

我正在处理 HCL Commerce 项目,当我在本地加载购物车页面时收到此错误:

File not found: /MyWebExtSitesSAS/javascript/widgets.map

我在网络参考资料中找不到 widgets.map 的任何地方。你能告诉我这个文件是做什么用的吗?我是否可以忽略这个错误?

我在@disinfor 的评论中重新发布了答案,因为它回答了我的问题

You can ignore that. A map file is used for debugging purposes. When you minify code, e.g. js, css, etc. it obviously becomes hard to read to find any errors. The map file is used by a browser to show where in the original, unminified code the error is coming from.