mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
fix(server): CSS raw imports
This commit is contained in:
parent
b0fe4f67d8
commit
3850d471c0
@ -223,7 +223,10 @@
|
|||||||
"minify": true,
|
"minify": true,
|
||||||
"thirdParty": true,
|
"thirdParty": true,
|
||||||
"esbuildOptions": {
|
"esbuildOptions": {
|
||||||
"splitting": false
|
"splitting": false,
|
||||||
|
"loader": {
|
||||||
|
".css": "text"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"additionalEntryPoints": [
|
"additionalEntryPoints": [
|
||||||
"apps/server/src/docker_healthcheck.ts"
|
"apps/server/src/docker_healthcheck.ts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user