Skip to content

Commit 75cd124

Browse files
committed
Add back sourcemaps
1 parent 566c8b2 commit 75cd124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"main": "./out/main.js",
118118
"scripts": {
119119
"lint": "eslint . --ext .ts",
120-
"build": "esbuild ./src/main.ts --outdir=out --bundle --external:vscode --platform=node",
120+
"build": "esbuild ./src/main.ts --outdir=out --sourcemap --bundle --external:vscode --platform=node",
121121
"build-watch": "npm run build -- --watch",
122122
"build-test": "tsc --incremental",
123123
"build-test-watch": "npm run build-test -- --watch",

0 commit comments

Comments
 (0)