You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
FF doesn't seem as robust as chrome when it comes to source maps. Currently it either throws errors when reading source maps, or simply shows a blank screen.
It appears that FF might need the original assets to be served as well.
Should be able to add another record map for the original state of textual assets. The file endpoint should check this as the last stage before 404'ing.
The text was updated successfully, but these errors were encountered:
This is a bit of a strange situation. The FF debugger is populated with the original content of the files, but it doesn't seem to actually map errors/logs/etc from the generated file to the original content.
I tried a few test cases involving manually tweaking the data in the source map, rewriting paths to file://, using purely relative urls, inlining the source maps, manually creating files that matched the names of the original content ... nothing seemed to have any effect.
FF doesn't seem as robust as chrome when it comes to source maps. Currently it either throws errors when reading source maps, or simply shows a blank screen.
It appears that FF might need the original assets to be served as well.
Should be able to add another record map for the original state of textual assets. The file endpoint should check this as the last stage before 404'ing.
The text was updated successfully, but these errors were encountered: