GUACAMOLE-926: Create new file upload UI.

This commit is contained in:
James Muehlner
2023-02-16 01:30:55 +00:00
parent 51e0fb8c66
commit a1c1a58886
8 changed files with 641 additions and 56 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: {