Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 8500b2d

Browse files
Alexandre Kirszenberghwillson
Alexandre Kirszenberg
authored andcommitted
Inline sources contents in source map files
1 parent e193535 commit 8500b2d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
[@renatorib](https://github.com/renatorib) in [#761](https://github.com/apollographql/subscriptions-transport-ws/pull/761)
1717
- Destructure the correct error object in `MessageTypes.GQL_START`. <br/>
1818
[@gregbty](https://github.com/gregbty) in [#588](https://github.com/apollographql/subscriptions-transport-ws/pull/588)
19+
- Inline source in sourcemap files to fix broken source lookups. <br/>
20+
[@alexkirsz](https://github.com/alexkirsz) in [#513](https://github.com/apollographql/subscriptions-transport-ws/pull/513)
1921

2022
### New Features
2123

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"sourceMap": true,
7+
"inlineSources": true,
78
"noImplicitAny": true,
89
"rootDir": "./src",
910
"outDir": "./dist",

0 commit comments

Comments
 (0)