chore: keep class names

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2024-12-11 17:01:51 +05:30
parent 8b005d80c8
commit 006053f417
5 changed files with 23 additions and 7 deletions

View File

@@ -57,6 +57,9 @@ module.exports = {
compress: {
keep_classnames: true,
},
mangle: {
keep_classnames: true,
},
},
}),
],