mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +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({
|
new CopyPlugin({
|
||||||
patterns: [
|
patterns: [
|
||||||
{
|
{
|
||||||
context: "node_modules/@excalidraw/excalidraw/dist/prod/fonts/",
|
context: "../../node_modules/@excalidraw/excalidraw/dist/prod/fonts/",
|
||||||
from: "**/*",
|
from: "**/*",
|
||||||
to: "excalidraw/fonts/"
|
to: "excalidraw/fonts/"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user