Skip to content

Commit 20cf45e

Browse files
committed
Remove .map from sdk dist
1 parent 9715dac commit 20cf45e

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

sdk/scripts/build.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ async function build() {
4242
outdir: 'dist',
4343
target: 'node',
4444
format: 'esm',
45-
sourcemap: 'external',
4645
minify: false,
4746
external,
4847
naming: '[dir]/index.mjs',
@@ -57,7 +56,6 @@ async function build() {
5756
outdir: 'dist',
5857
target: 'node',
5958
format: 'cjs',
60-
sourcemap: 'external',
6159
minify: false,
6260
external,
6361
naming: '[dir]/index.cjs',

sdk/tsconfig.build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"outDir": "dist",
1010
"strict": true,
1111
"declaration": true,
12-
"declarationMap": true,
1312
"skipLibCheck": true,
1413
"emitDeclarationOnly": true,
1514
"esModuleInterop": true,

sdk/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"skipLibCheck": true,
1111
"forceConsistentCasingInFileNames": true,
1212
"declaration": true,
13-
"declarationMap": true,
1413
"outDir": "./dist",
1514
"allowImportingTsExtensions": false,
1615
"types": ["node"]

0 commit comments

Comments
 (0)