8000 remove terser since it's breaking specific examples (#395) · sarvjeetdev/pyscript@8670f96 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8670f96

Browse files
authored
remove terser since it's breaking specific examples (pyscript#395)
1 parent 1e8aa87 commit 8670f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyscriptjs/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default {
8484
file: "examples/build/pyscript.min.js",
8585
format: "iife",
8686
sourcemap: true,
87-
plugins: [terser()],
87+
// plugins: [terser()],
8888
},
8989
],
9090
plugins: [
@@ -113,7 +113,7 @@ export default {
113113
copyPythonFiles("./src/", "./examples/build", true),
114114
!production && serve(),
115115
!production && livereload("public"),
116-
production && terser(),
116+
// production && terser(),
117117
!production && serve({
118118
port: 8080,
119119
contentBase: 'examples'}

0 commit comments

Comments
 (0)
0