add minification to renderer build

This commit is contained in:
jeffvli
2025-11-22 19:56:50 -08:00
parent 42e90734b2
commit 8225803ec0
+4
View File
@@ -45,6 +45,10 @@ const config: UserConfig = {
},
},
renderer: {
build: {
cssMinify: 'esbuild',
minify: 'esbuild',
},
css: {
modules: {
generateScopedName: 'fs-[name]-[local]',