From 58e67c66a90efbfb0530b629c19924083fe6dae7 Mon Sep 17 00:00:00 2001 From: Cyril Wanner Date: Thu, 23 Jul 2020 23:25:12 +0200 Subject: [PATCH] Improve bundlewatch config --- .github/bundlewatch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/bundlewatch.json b/.github/bundlewatch.json index d6d20bb..2231c42 100644 --- a/.github/bundlewatch.json +++ b/.github/bundlewatch.json @@ -1,10 +1,11 @@ { "files": [ { - "path": "./packages/mozjpeg/lib/**/*.*" + "path": "./packages/*/lib/**/*.wasm", + "compression": "none" }, { - "path": "./packages/oxipng/lib/**/*.*" + "path": "./packages/*/lib/**/*.!(wasm)" } ] }