mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Enable to generate the source map (#325)
This commit is contained in:
@@ -80,7 +80,12 @@ export default {
|
||||
name: "app",
|
||||
file: "examples/build/pyscript.js",
|
||||
},
|
||||
{ file: "examples/build/pyscript.min.js", format: "iife", plugins: [terser()] },
|
||||
{
|
||||
file: "examples/build/pyscript.min.js",
|
||||
format: "iife",
|
||||
sourcemap: true,
|
||||
plugins: [terser()],
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
svelte({
|
||||
|
||||
Reference in New Issue
Block a user