Files
backstage/packages/frontend-dev-utils
Patrik Oldsberg 1c00e25901 Preserve app loading fallback in createDevApp.
Only suspend the lazy BUI CSS import so the app root keeps its built-in loading UI, and lock that behavior down in the mocked render test.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-16 19:09:55 +01:00
..
2026-03-16 16:10:28 +01:00

@backstage/frontend-dev-utils

Utilities for developing Backstage frontend plugins using the new frontend system.

This package provides a minimal helper for wiring up a development app from a dev/ entry point, making it easy to run and test frontend plugins in isolation.

Installation

Install the package via Yarn:

cd plugins/<plugin> # if within a monorepo
yarn add -D @backstage/frontend-dev-utils

Documentation