mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-24 04:27:27 +08:00
build: wrong keep classnames options (#9750)
This commit is contained in:
@@ -42,8 +42,9 @@ const OptimizeOptionOptions: (
|
|||||||
compress: {
|
compress: {
|
||||||
unused: true,
|
unused: true,
|
||||||
},
|
},
|
||||||
mangle: true,
|
mangle: {
|
||||||
keep_classnames: true,
|
keep_classnames: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user