mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +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,
|
"minify": true,
|
||||||
"thirdParty": true,
|
"thirdParty": true,
|
||||||
"esbuildOptions": {
|
"esbuildOptions": {
|
||||||
"splitting": true
|
"splitting": false
|
||||||
},
|
},
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user