Source map URLs are included in the source from NPM but I'm not sure the actual .map files are included (i.e. lib/components/date.js includes //# sourceMappingURL=date.js.map).
As a result I get the following when using react-intl (in Safari):
Failed to load resource: The requested URL was not found on this server. (referring to date.js.map)
Source map URLs are included in the source from NPM but I'm not sure the actual
.mapfiles are included (i.e.lib/components/date.jsincludes//# sourceMappingURL=date.js.map).As a result I get the following when using
react-intl(in Safari):Failed to load resource: The requested URL was not found on this server.(referring todate.js.map)