desktop: production build works (328KB, 85KB gzip), configure outputPath dist/browser, update .gitignore

This commit is contained in:
Butterfly Dev 2026-04-07 03:45:21 +00:00
parent f4b7e2542e
commit dcfaceb395
2 changed files with 3 additions and 1 deletions

1
desktop/.gitignore vendored
View File

@ -42,3 +42,4 @@ __screenshots__/
# System files # System files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
dist/browser/

View File

@ -69,7 +69,8 @@
"maximumError": "8kB" "maximumError": "8kB"
} }
], ],
"outputHashing": "all" "outputHashing": "all",
"outputPath": "dist/browser"
}, },
"development": { "development": {
"optimization": false, "optimization": false,