fixing web-app

This commit is contained in:
stefan
2025-09-17 15:03:54 +02:00
parent 253c01398f
commit 9204163120
6 changed files with 63 additions and 3 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ config.optimization = {
}
},
// Minimize bundle size
minimize: true
// Minimize bundle size - conditional based on mode
minimize: config.mode === 'production'
// Note: minimizer is automatically configured by Kotlin/JS
};