mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-18 14:01:38 -05:00
fix(monorepo/client): fix excalidraw not being copied
This commit is contained in:
@@ -31,7 +31,7 @@ const config: Configuration = {
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
{
|
||||
context: "node_modules/@excalidraw/excalidraw/dist/prod/fonts/",
|
||||
context: "../../node_modules/@excalidraw/excalidraw/dist/prod/fonts/",
|
||||
from: "**/*",
|
||||
to: "excalidraw/fonts/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user