Merge pull request #20618 from backstage/rugvip/runtime-filters

cli,config,frontend-app-api: config reading tweak + apply package detection filters at runtime
This commit is contained in:
Patrik Oldsberg
2023-10-17 08:58:08 +02:00
committed by GitHub
7 changed files with 139 additions and 52 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Filters for discovered packages are now also applied at runtime. This makes it possible to disable packages through the `app.experimental.packages` config at runtime.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
The experimental package discovery will now always use the package name for include and exclude filtering, rather than the full module id. Entries pointing to a subpath export will now instead have an `export` field specifying the subpath that the import is from.