Skip to content

Commit

Permalink
🐛 remove "wall of text" in console upon uncaught exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispahm committed Nov 25, 2024
1 parent e52b55f commit a97f64f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ export default [
nodePolyfills({
include: null
}),
terser()
terser({
format: {
semicolons: false
}
})
]
},
{
Expand Down

0 comments on commit a97f64f

Please sign in to comment.