mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(server/esbuild): enable code splitting to help with electron imports
This commit is contained in:
parent
f859114231
commit
b792816d00
@ -211,6 +211,9 @@
|
||||
"production": {
|
||||
"minify": true,
|
||||
"thirdParty": true,
|
||||
"esbuildOptions": {
|
||||
"splitting": true
|
||||
},
|
||||
"assets": [
|
||||
{
|
||||
"glob": "**/*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user