Merge pull request #4251 from backstage/rugvip/extmpl

cli: update frontend plugin template to use new extension API
This commit is contained in:
Patrik Oldsberg
2021-02-01 13:01:47 +01:00
committed by GitHub
21 changed files with 188 additions and 123 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Update `create-plugin` template to use the new composability API, by switching to exporting a single routable extension component.