fix({desktop,edit-docs}: zip export

This commit is contained in:
Elian Doran
2025-05-25 20:38:06 +03:00
parent 3850d471c0
commit dbe16be7ad
2 changed files with 12 additions and 1 deletions

View File

@@ -41,6 +41,14 @@
"format": [
"cjs"
],
"minify": true,
"thirdParty": true,
"esbuildOptions": {
"splitting": false,
"loader": {
".css": "text"
}
},
"assets": [
{
"glob": "**/*",