Skip to content

Commit 8b87702

Browse files
xia0hjantfu
andauthored
fix: enable tsup sourcemap in dev (#9)
* fix: enable tsup sourcemap * add sourcemap flag to dev script --------- Co-authored-by: Anthony Fu <[email protected]>
1 parent 53cf019 commit 8b87702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"scripts": {
4848
"build": "tsup src/index.ts --external vscode",
49-
"dev": "nr build --watch",
49+
"dev": "nr build --watch --sourcemap",
5050
"prepare": "nr update",
5151
"update": "vscode-ext-gen --output src/generated/meta.ts",
5252
"lint": "eslint .",

0 commit comments

Comments
 (0)