From c5fc51365db2ab82be2344aa06392db05b77b2e0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 4 May 2025 14:17:12 +0300 Subject: [PATCH] fix(client): build error due to missing copy-webpack-plugin --- apps/client/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/package.json b/apps/client/package.json index 2492b889f..bd0af1952 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -21,8 +21,8 @@ "@mermaid-js/layout-elk": "0.1.7", "@mind-elixir/node-menu": "1.0.5", "@popperjs/core": "2.11.8", - "@triliumnext/commons": "workspace:*", "@triliumnext/ckeditor5": "workspace:*", + "@triliumnext/commons": "workspace:*", "bootstrap": "5.3.5", "dayjs": "1.11.13", "dayjs-plugin-utc": "0.1.2", @@ -58,6 +58,7 @@ "@types/leaflet-gpx": "1.3.7", "@types/react": "18.3.20", "@types/react-dom": "18.3.6", + "copy-webpack-plugin": "13.0.0", "happy-dom": "17.4.6", "script-loader": "0.7.2" },