mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +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({
|
plugins.push(new UglifyJSPlugin({
|
||||||
uglifyOptions: {
|
uglifyOptions: {
|
||||||
mangle: { keep_classnames: true },
|
mangle: { keep_classnames: true },
|
||||||
|
compress: { keep_classnames: true },
|
||||||
output: { comments: false },
|
output: { comments: false },
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue