backend-app-api: double default wrapping workaround

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-21 15:43:28 +02:00
parent 1df3c04025
commit bc9a18d5ec
2 changed files with 26 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Added a workaround for double `default` wrapping when dynamically importing CommonJS modules with default exports.