From 44e02d4436ceb6fdd9264f0525576ddd1fc9f580 Mon Sep 17 00:00:00 2001 From: Ldoppea Date: Tue, 7 Jan 2025 12:16:11 +0100 Subject: [PATCH] chore: Adapt bundlemon config to new Rsbuild output --- .bundlemonrc | 49 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 38 insertions(+), 11 deletions(-) diff --git a/.bundlemonrc b/.bundlemonrc index b4bc9256..bd514b53 100644 --- a/.bundlemonrc +++ b/.bundlemonrc @@ -1,38 +1,65 @@ { "baseDir": "./build", + "pathLabels": { + "chunkId": "[\\d-]+" + }, "files": [ { - "path": "app/photos..js" + "path": "static/js/..js" }, { - "path": "public/photos..js" + "path": "static/js/cozy..js" }, { - "path": "public/photos..min.css" + "path": "static/js/main..js" }, { - "path": "services/onPhotoTrashed/photos.js" + "path": "static/js/lib-react..js" }, { - "path": "services/onPhotoUpload/photos.js" + "path": "static/js/lib-router..js" }, { - "path": "vendors/photos..js" + "path": "static/css/cozy..css" }, { - "path": "app-photos..min.css" + "path": "static/css/main..css" }, { - "path": "index.html" + "path": "public/static/js/..js" }, { - "path": "manifest.json" + "path": "public/static/js/public..js" }, { - "path": "manifest.webapp" + "path": "public/static/js/cozy..js" + }, + { + "path": "public/static/js/lib-react..js" + }, + { + "path": "public/static/js/lib-router..js" + }, + { + "path": "public/static/css/cozy..css" + }, + { + "path": "public/static/css/public..css" }, { - "path": "vendors-photos..min.css" + "path": "services/onPhotoTrashed.js" + }, + { + "path": "services/onPhotoUpload.js" + }, + { + "path": "index.html" + }, + { + "path": "assets/manifest.json" + }, + { + "path": "manifest.webapp" } ], "reportOutput": [