mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-20 22:00:19 -04:00
re-enable source maps (#1340)
This commit is contained in:
@@ -69,7 +69,7 @@ const esbuild = async () => {
|
||||
await Promise.all([
|
||||
build({
|
||||
...pyScriptConfig,
|
||||
sourcemap: false,
|
||||
sourcemap: true,
|
||||
minify: false,
|
||||
outfile: 'build/pyscript.js',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user