mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 08:16:44 +03:00
Everything to ES2020
This commit is contained in:
parent
84ffe1e552
commit
78178ecc2f
16 changed files with 35 additions and 45 deletions
|
|
@ -46,7 +46,7 @@ let terserConfig = {
|
|||
},
|
||||
keep_classnames: true, // Required for AbstractModel and AbstractCollectionModel
|
||||
compress:{
|
||||
ecma: 6,
|
||||
ecma: 2020,
|
||||
drop_console: true
|
||||
/*
|
||||
,hoist_props: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue