From 2015e54c7cc5ecd73769bb97a20a7b9a320eb769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Wed, 18 Dec 2024 11:28:08 +0100 Subject: [PATCH] chore: Adjust bundlemon config stop blocking PR for +4kB, use bundlemon monitor to check weight peaks --- .bundlemonrc | 82 +++++++++++++++++----------------------------------- 1 file changed, 27 insertions(+), 55 deletions(-) diff --git a/.bundlemonrc b/.bundlemonrc index b9fddd5dcf..426b29e967 100644 --- a/.bundlemonrc +++ b/.bundlemonrc @@ -2,108 +2,82 @@ "baseDir": "./build", "files": [ { - "path": "app/drive..js", - "maxSize": "300 KB" + "path": "app/drive..js" }, { - "path": "app/drive..min.css", - "maxSize": "55 KB" + "path": "app/drive..min.css" }, { - "path": "img/app-icon..svg", - "maxSize": "1 KB" + "path": "img/app-icon..svg" }, { - "path": "intents/drive..js", - "maxSize": "190 KB" + "path": "intents/drive..js" }, { - "path": "intents/drive..min.css", - "maxSize": "37 KB" + "path": "intents/drive..min.css" }, { - "path": "intents/index.html", - "maxSize": "1 KB" + "path": "intents/index.html" }, { - "path": "onlyOffice/slide.pptx", - "maxSize": "25 KB" + "path": "onlyOffice/slide.pptx" }, { - "path": "onlyOffice/spreadsheet.xlsx", - "maxSize": "6 KB" + "path": "onlyOffice/spreadsheet.xlsx" }, { - "path": "onlyOffice/text.docx", - "maxSize": "6 KB" + "path": "onlyOffice/text.docx" }, { - "path": "public/cozy-bar.css", - "maxSize": "24 KB" + "path": "public/cozy-bar.css" }, { - "path": "public/cozy-bar.js", - "maxSize": "854 KB" + "path": "public/cozy-bar.js" }, { - "path": "public/cozy-client-js.js", - "maxSize": "160 KB" + "path": "public/cozy-client-js.js" }, { - "path": "public/drive..js", - "maxSize": "1.70 MB" + "path": "public/drive..js" }, { - "path": "public/drive..min.css", - "maxSize": "100 KB" + "path": "public/drive..min.css" }, { - "path": "public/pdf.worker.entry..worker.js", - "maxSize": "350 KB" + "path": "public/pdf.worker.entry..worker.js" }, { - "path": "services/dacc/drive.js", - "maxSize": "500 KB" + "path": "services/dacc/drive.js" }, { - "path": "services/qualificationMigration/drive.js", - "maxSize": "500 KB" + "path": "services/qualificationMigration/drive.js" }, { - "path": "vendors/drive...min.css", - "maxSize": "35 KB" + "path": "vendors/drive...min.css" }, { - "path": "vendors/drive..js", - "maxSize": "2.0 MB" + "path": "vendors/drive..js" }, { - "path": "app-drive..min.css", - "maxSize": "56 KB" + "path": "app-drive..min.css" }, { - "path": "index.html", - "maxSize": "1 KB" + "path": "index.html" }, { - "path": "intents-drive..min.css", - "maxSize": "40 KB" + "path": "intents-drive..min.css" }, { - "path": "manifest.json", - "maxSize": "1 KB" + "path": "manifest.json" }, { - "path": "manifest.webapp", - "maxSize": "2 KB" + "path": "manifest.webapp" }, { - "path": "public-drive..min.css", - "maxSize": "100 KB" + "path": "public-drive..min.css" }, { - "path": "vendors-drive..min.css", - "maxSize": "1 B" + "path": "vendors-drive..min.css" } ], "groups": [ @@ -129,7 +103,5 @@ "path": "vendors/**" } ], - "reportOutput": [ - "github" - ] + "reportOutput": ["github"] }