From 8f2cc49f9b9ba94e6a41fe5293be7438f41cb838 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 1 Mar 2026 02:22:51 +0000 Subject: [PATCH] Updated the config to use a single pattern **/node_modules/** instead of listing packages individually. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 607ac35..e6111d1 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ ], "mergeASARs": true, "x64ArchFiles": "**/node_modules/@esbuild/darwin-x64/**", - "singleArchFiles": "{**/node_modules/@antv/**,**/node_modules/@emotion/**,**/node_modules/svg-path-parser/**}", + "singleArchFiles": "**/node_modules/**", "extendInfo": { "CFBundleURLTypes": [ {