[optimizer] Compress javascript assets (#94717)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Jonathan Budzenski 2021-03-18 11:10:59 -05:00 committed by GitHub
parent afa8e74d78
commit 6918217341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -270,7 +270,7 @@ export function getWebpackConfig(bundle: Bundle, bundleRefs: BundleRefs, worker:
extractComments: false,
parallel: false,
terserOptions: {
compress: false,
compress: true,
mangle: false,
},
}),