From 83f8aaac1348e7bcfd3dfe80eafd181b16fac4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Roche?= Date: Tue, 20 Aug 2024 14:46:33 +0200 Subject: [PATCH] fix build --- plugins/dither/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/dither/package.json b/plugins/dither/package.json index 4d5d3006..8cc9fd4d 100644 --- a/plugins/dither/package.json +++ b/plugins/dither/package.json @@ -35,5 +35,8 @@ "typescript": "^5.4.5", "vite": "^5.2.9", "vite-plugin-framer": "^0.0.9" + }, + "optionalDependencies": { + "@rollup/rollup-linux-x64-gnu": "4.9.5" } }