mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(monorepo/client): fix excalidraw not being copied
This commit is contained in:
parent
70b49f1eae
commit
2037868044
@ -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/"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user