mirror of
https://github.com/danbulant/discord.js
synced 2026-06-16 21:21:11 +00:00
chore: keep_classnames literally everywhere
This commit is contained in:
parent
c71454f312
commit
6e616edc69
1 changed files with 2 additions and 1 deletions
|
|
@ -49,12 +49,13 @@ module.exports = {
|
|||
optimization: {
|
||||
minimizer: [
|
||||
new TerserJSPlugin({
|
||||
cache: false,
|
||||
terserOptions: {
|
||||
mangle: { keep_classnames: true },
|
||||
compress: { keep_classnames: true },
|
||||
keep_classnames: true,
|
||||
output: { comments: false },
|
||||
},
|
||||
parallel: true,
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue