Bugfix: Terser keep_classnames

due to AbstractModel and AbstractCollectionModel
This commit is contained in:
djmaze 2020-10-20 19:54:10 +02:00
parent 188a40b196
commit 1c00a455f1
2 changed files with 6 additions and 5 deletions

View file

@ -76,6 +76,7 @@ const jsMin = () =>
output: {
comments: false
},
keep_classnames: true, // Required for AbstractModel and AbstractCollectionModel
compress:{
ecma: 6,
drop_console: true