We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe8e7a commit c66089fCopy full SHA for c66089f
sdk/scripts/build.ts
@@ -43,7 +43,7 @@ async function build() {
43
target: 'node',
44
format: 'esm',
45
minify: false,
46
- sourcemap: 'external',
+ sourcemap: 'linked',
47
external,
48
naming: '[dir]/index.mjs',
49
loader: {
@@ -58,7 +58,7 @@ async function build() {
58
59
format: 'cjs',
60
61
62
63
naming: '[dir]/index.cjs',
64
define: {
0 commit comments