mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-27 02:00:24 -04:00
remove terser since it's breaking specific examples (#395)
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: [
|
||||
@@ -113,7 +113,7 @@ export default {
|
||||
copyPythonFiles("./src/", "./examples/build", true),
|
||||
!production && serve(),
|
||||
!production && livereload("public"),
|
||||
production && terser(),
|
||||
// production && terser(),
|
||||
!production && serve({
|
||||
port: 8080,
|
||||
contentBase: 'examples'}
|
||||
|
||||
Reference in New Issue
Block a user