mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Bugfix: Terser keep_classnames
due to AbstractModel and AbstractCollectionModel
This commit is contained in:
parent
188a40b196
commit
1c00a455f1
2 changed files with 6 additions and 5 deletions
|
|
@ -76,6 +76,7 @@ const jsMin = () =>
|
|||
output: {
|
||||
comments: false
|
||||
},
|
||||
keep_classnames: true, // Required for AbstractModel and AbstractCollectionModel
|
||||
compress:{
|
||||
ecma: 6,
|
||||
drop_console: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue