cli: update frontend plugin template to use new extension API

This commit is contained in:
Patrik Oldsberg
2020-12-16 22:41:41 +01:00
parent 8eb862c58e
commit 398e1f83ee
15 changed files with 64 additions and 43 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.