From 71d3dc25736ede568ba71c166976da75772f9930 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Tue, 10 Jun 2025 19:59:10 -0500 Subject: [PATCH] Improved build bundle size by excluding node_modules/; updated .gitignore --- .gitignore | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af26b90..9e08497 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ build/Release # Dependency directories node_modules/ +build/ jspm_packages/ .angular/ package-lock.json diff --git a/package.json b/package.json index f208f3e..6639892 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "icon": "./icos/", "files": [ "newton/", - "build/" + "build/", + "!node_modules/" ], "mac": { "category": "public.app-category.developer-tools"