We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566c8b2 commit 75cd124Copy full SHA for 75cd124
package.json
@@ -117,7 +117,7 @@
117
"main": "./out/main.js",
118
"scripts": {
119
"lint": "eslint . --ext .ts",
120
- "build": "esbuild ./src/main.ts --outdir=out --bundle --external:vscode --platform=node",
+ "build": "esbuild ./src/main.ts --outdir=out --sourcemap --bundle --external:vscode --platform=node",
121
"build-watch": "npm run build -- --watch",
122
"build-test": "tsc --incremental",
123
"build-test-watch": "npm run build-test -- --watch",
0 commit comments