Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: emit source map for debugging #1022

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: emit source map for debugging
himself65 committed Nov 28, 2024
commit a3aa577d8b7b368955cf7c3370c59390754e888f
4 changes: 3 additions & 1 deletion packages/waku/.swcrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"$schema": "https://swc.rs/schema.json",
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "esnext"
}
},
"sourceMaps": true
}
Loading