mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +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": {
|
"production": {
|
||||||
"minify": true,
|
"minify": true,
|
||||||
"thirdParty": true,
|
"thirdParty": true,
|
||||||
|
"esbuildOptions": {
|
||||||
|
"splitting": true
|
||||||
|
},
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
"glob": "**/*",
|
"glob": "**/*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user