mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Improve production build config (#8899)
This commit is contained in:
parent
28401962ca
commit
84f82ee2fe
@ -50,11 +50,11 @@ module.exports = merge(sharedConfig, {
|
||||
minimize: true,
|
||||
minimizer: [
|
||||
new UglifyJsPlugin({
|
||||
cache: true,
|
||||
parallel: true,
|
||||
sourceMap: true,
|
||||
|
||||
uglifyOptions: {
|
||||
mangle: true,
|
||||
|
||||
compress: {
|
||||
warnings: false,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user