Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9122bc commit b53ddd4Copy full SHA for b53ddd4
pyscriptjs/esbuild.mjs
@@ -69,7 +69,7 @@ const esbuild = async () => {
69
await Promise.all([
70
build({
71
...pyScriptConfig,
72
- sourcemap: false,
+ sourcemap: true,
73
minify: false,
74
outfile: 'build/pyscript.js',
75
}),
0 commit comments