mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix({desktop,edit-docs}: zip export
This commit is contained in:
parent
3850d471c0
commit
dbe16be7ad
@ -67,7 +67,10 @@
|
|||||||
"minify": true,
|
"minify": true,
|
||||||
"thirdParty": true,
|
"thirdParty": true,
|
||||||
"esbuildOptions": {
|
"esbuildOptions": {
|
||||||
"splitting": false
|
"splitting": false,
|
||||||
|
"loader": {
|
||||||
|
".css": "text"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
|
@ -41,6 +41,14 @@
|
|||||||
"format": [
|
"format": [
|
||||||
"cjs"
|
"cjs"
|
||||||
],
|
],
|
||||||
|
"minify": true,
|
||||||
|
"thirdParty": true,
|
||||||
|
"esbuildOptions": {
|
||||||
|
"splitting": false,
|
||||||
|
"loader": {
|
||||||
|
".css": "text"
|
||||||
|
}
|
||||||
|
},
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
"glob": "**/*",
|
"glob": "**/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user