jmuehlner commented on code in PR #751:
URL: https://github.com/apache/guacamole-client/pull/751#discussion_r957816429
##########
guacamole/src/main/frontend/webpack.config.js:
##########
@@ -77,18 +77,6 @@ module.exports = {
]
},
optimization: {
- minimizer: [
-
- // Minify using Google Closure Compiler
- new ClosureWebpackPlugin({ mode: 'STANDARD' }, {
- languageIn: 'ECMASCRIPT_2020',
- languageOut: 'ECMASCRIPT5',
- compilationLevel: 'SIMPLE'
- }),
-
- new CssMinimizerPlugin()
-
- ],
Review Comment:
Gah, sorry. It shouldn't be. I'll put it back.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]