Use frontend-dev-utils in new frontend plugin template

Update the new frontend plugin template to use createDevApp in its dev entry point and teach cli-module-new to resolve frontend-dev-utils versions for generated packages.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 16:13:02 +01:00
parent 989a1dcc9b
commit ebeb0d4d8b
5 changed files with 14 additions and 8 deletions
@@ -0,0 +1,6 @@
---
'@backstage/cli': patch
'@backstage/cli-module-new': patch
---
Updated the new frontend plugin template to use `@backstage/frontend-dev-utils` in its `dev/` entry point instead of wiring `createApp` manually. Generated plugins now get the same dev app helper setup as the built-in examples.