mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(server): disable code splitting
Not supported due to dynamic requires which are not supported by esbuild.
This commit is contained in:
parent
5501733498
commit
9ff2271423
@ -212,7 +212,7 @@
|
||||
"minify": true,
|
||||
"thirdParty": true,
|
||||
"esbuildOptions": {
|
||||
"splitting": true
|
||||
"splitting": false
|
||||
},
|
||||
"assets": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user