mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-926: Finalize automatic cleanup on failure.
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user