GUACAMOLE-926: Finalize automatic cleanup on failure.

This commit is contained in:
James Muehlner
2023-03-14 02:20:51 +00:00
parent 9c31dba3cd
commit f8fb95fbc8
3 changed files with 104 additions and 118 deletions

View File

@@ -95,14 +95,14 @@ module.exports = {
optimization: {
minimizer: [
// // Minify using Google Closure Compiler
// new ClosureWebpackPlugin({ mode: 'STANDARD' }, {
// languageIn: 'ECMASCRIPT_2020',
// languageOut: 'ECMASCRIPT5',
// compilationLevel: 'SIMPLE'
// }),
//
// new CssMinimizerPlugin()
// Minify using Google Closure Compiler
new ClosureWebpackPlugin({ mode: 'STANDARD' }, {
languageIn: 'ECMASCRIPT_2020',
languageOut: 'ECMASCRIPT5',
compilationLevel: 'SIMPLE'
}),
new CssMinimizerPlugin()
],
splitChunks: {