Merge pull request #3891 from backstage/rugvip/dark

create-app: removed lighthouse plugin from default template
This commit is contained in:
Ben Lambert
2021-01-07 10:55:04 +01:00
committed by GitHub
6 changed files with 19 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/create-app': patch
---
Removed the Circle CI sidebar item, since the target page does not exist.
To apply this change to an existing app, remove `"CircleCI"` sidebar item from `packages/app/src/sidebar.tsx`, and the `BuildIcon` import if it is unused.
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/create-app': patch
---
Removed lighthouse plugin from the default set up plugins, as it requires a separate Backend to function.
To apply this change to an existing app, remove the following:
1. The `lighthouse` block from `app-config.yaml`.
2. The `@backstage/plugin-lighthouse` dependency from `packages/app/package.json`.
3. The `@backstage/plugin-lighthouse` re-export from `packages/app/src/plugins.ts`.
4. The Lighthouse sidebar item from `packages/app/src/sidebar.tsx`, and the `RuleIcon` import if it is unused.