mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
fix: properly fix minified builds
This commit is contained in:
parent
1b9af41fbb
commit
5583e70eb6
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ if (prod) {
|
|||
plugins.push(new UglifyJSPlugin({
|
||||
uglifyOptions: {
|
||||
mangle: { keep_classnames: true },
|
||||
compress: { keep_classnames: true },
|
||||
output: { comments: false },
|
||||
},
|
||||
}));
|
||||
|
|
|
|||
Loading…
Reference in a new issue