Skip to content

Commit

Permalink
[labs/ssr] Inline source in source maps (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk committed Jul 21, 2022
1 parent 3cb2e52 commit 6450e17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-shirts-flash.md
@@ -0,0 +1,5 @@
---
'@lit-labs/ssr': patch
---

JS source maps now include the TS source inline
1 change: 1 addition & 0 deletions packages/labs/ssr/tsconfig.json
Expand Up @@ -8,6 +8,7 @@
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"inlineSources": true,
"outDir": ".",
"rootDir": "./src",
// For module loader tests:
Expand Down

0 comments on commit 6450e17

Please sign in to comment.