diff --git a/.changeset/chilled-tools-worry.md b/.changeset/chilled-tools-worry.md new file mode 100644 index 0000000000..58f89ef503 --- /dev/null +++ b/.changeset/chilled-tools-worry.md @@ -0,0 +1,5 @@ +--- +'@backstage/config-loader': patch +--- + +Configuration schema errors are now filtered using the provided visibility option. This means that schema errors due to missing backend configuration will no longer break frontend builds.