mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[optimizer] Compress javascript assets (#94717)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
afa8e74d78
commit
6918217341
2 changed files with 7 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -270,7 +270,7 @@ export function getWebpackConfig(bundle: Bundle, bundleRefs: BundleRefs, worker:
|
|||
extractComments: false,
|
||||
parallel: false,
|
||||
terserOptions: {
|
||||
compress: false,
|
||||
compress: true,
|
||||
mangle: false,
|
||||
},
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue