This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sourcemaps): use absolute URL for sourceMappingURL
This fixes and issue where relative URLS would be required and consequently not found. For example, a page at foo/bar would require sourcemapss at foo/sourcemaps/index.js.map. This fix addresses it in a way that all sourceMappingURLs are set to absolute, always requiring from root /sourcemaps
- Loading branch information