GUACAMOLE-773: Update to latest versions of all JavaScript dependencies.

This commit is contained in:
Michael Jumper
2021-04-21 18:52:59 -07:00
parent 53d3e517cc
commit 28cfa2b8b0
3 changed files with 124 additions and 79 deletions

View File

@@ -80,7 +80,7 @@ module.exports = {
// Minify using Google Closure Compiler
new ClosureWebpackPlugin({ mode: 'STANDARD' }, {
languageIn: 'ECMASCRIPT6',
languageIn: 'ECMASCRIPT_2020',
languageOut: 'ECMASCRIPT5',
compilationLevel: 'SIMPLE'
}),