From cb1a7dc8a158b32e59d3f310755d0868a87617fe Mon Sep 17 00:00:00 2001 From: iw0 Date: Tue, 4 Jun 2024 21:22:11 +0200 Subject: [PATCH] exclude stages.js to save 94 bytes --- web-ext-config.cjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web-ext-config.cjs b/web-ext-config.cjs index 26ce2f8..e66ee29 100644 --- a/web-ext-config.cjs +++ b/web-ext-config.cjs @@ -2,11 +2,12 @@ module.exports = { ignoreFiles: [ "README.md", "package.json", - "web-ext-config.js", + "web-ext-config.cjs", ".DS_Store", "package-lock.json", "icons/*.svg", - "icons/icon@full.png" + "icons/icon@full.png", + "stages.js" ], run: { devtools: true,