mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fix(geo_map): fix leaflet asset copying
necessary, now that we moved leaflet to devDeps
This commit is contained in:
@@ -34,6 +34,11 @@ const config: Configuration = {
|
||||
context: "node_modules/@excalidraw/excalidraw/dist/prod/fonts/",
|
||||
from: "**/*",
|
||||
to: "excalidraw/fonts/"
|
||||
},
|
||||
{
|
||||
context: "node_modules/leaflet/dist/images/",
|
||||
from: "**/*",
|
||||
to: "leaflet/images/"
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user