Merge pull request #20722 from backstage/rugvip/backend-cjs-workaround

backend-app-api: double default wrapping workaround
This commit is contained in:
Patrik Oldsberg
2023-10-22 11:36:46 +02:00
committed by GitHub
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.