Export the defaultConfigLoader (#3603)

This commit is contained in:
Dominik Henneke
2020-12-08 14:28:21 +01:00
committed by GitHub
parent e3885c0d4b
commit 04f26f88d0
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Export the `defaultConfigLoader` implementation
+1 -1
View File
@@ -14,4 +14,4 @@
* limitations under the License.
*/
export { createApp } from './createApp';
export { createApp, defaultConfigLoader } from './createApp';