Skip to content

Commit 1b49a36

Browse files
committed
chore: emit source map for debugging (#1022)
Divived from dai-shi/waku#1012, I will need this to set debugger in editor like vscode or webstorm
1 parent bf1d006 commit 1b49a36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/waku/.swcrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2+
"$schema": "https://swc.rs/schema.json",
23
"jsc": {
34
"parser": {
45
"syntax": "typescript"
56
},
67
"target": "esnext"
7-
}
8+
},
9+
"sourceMaps": true
810
}

0 commit comments

Comments
 (0)