mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
fix autogenerated element (#397)
* use static string in checkId to simplify behaviour and ensure ids always start with alpha char * re-enable terser on minify * fix example local path
This commit is contained in:
@@ -84,7 +84,7 @@ export default {
|
||||
file: "examples/build/pyscript.min.js",
|
||||
format: "iife",
|
||||
sourcemap: true,
|
||||
// plugins: [terser()],
|
||||
plugins: [terser()],
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user