Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SourceMaps when debugging published embroider (#944)
Currently, our sourcemaps reference the corresponding and non existence source file via the sourcemap sources property. For example: ```json {"version":3,"file":"add-to-tree.js","sourceRoot":"","sources":["add-to-tree.ts"] ... ``` Unfortunately, as we do not publish our `.ts` files, debugging tools get confused. To address this debugging issue, we now configure TypeScript to inline said sources in the sourcemap file.
- Loading branch information