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
No known key found for this signature in database
2 changed files with 12 additions and 1 deletions

View File

@ -67,7 +67,10 @@
"minify": true, "minify": true,
"thirdParty": true, "thirdParty": true,
"esbuildOptions": { "esbuildOptions": {
"splitting": false "splitting": false,
"loader": {
".css": "text"
}
}, },
"assets": [ "assets": [
{ {

View File

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