Angular 仅在Safari上加载资源文件*.bundle.js.map失败

Angular 仅在Safari上加载资源文件*.bundle.js.map失败,angular,safari,Angular,Safari,在Angular 2应用程序中,当我在MacOS Safari 10.0.3上运行它时,会出现以下错误: [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (main.bundle.js.map, line 0) [Error] Failed to load resource: the server responded with a status of 404 (Not F

在Angular 2应用程序中,当我在MacOS Safari 10.0.3上运行它时,会出现以下错误:

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (main.bundle.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (polyfills.bundle.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (styles.bundle.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (vendor.bundle.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (inline.bundle.js.map, line 0)

所有列出的文件都存在于我的项目中,我在Chrome、IE11和Firefox上也没有发现这些错误。我不知道为什么Safari上会出现这些错误,它们会导致应用程序行为不端。

@SalimIbrogimov版本什么?Safari浏览器的版本:@SalimIbrogimov它在帖子的第一行。你知道吗?我也有同样的问题。我的应用程序是Angular 2,这只发生在safari中。