add darkmode, minimize js/css

This commit is contained in:
2024-08-09 10:53:16 +02:00
parent db660b3a89
commit 354aa9c3be
11 changed files with 665 additions and 490 deletions
+8
View File
@@ -72,6 +72,14 @@ Encore
// uncomment if you're having problems with a jQuery plugin
//.autoProvidejQuery()
.configureTerserPlugin(options => {
options.terserOptions = {
output: {
comments: false
},
sourceMap: true
}
})
;
module.exports = Encore.getWebpackConfig();