Merge pull request #2557 from backstage/mob/scaffolder-cra-fixes

feat(scaffolder): cra add gha integration, fix imports
This commit is contained in:
Ben Lambert
2020-12-21 15:04:33 +01:00
committed by GitHub
8 changed files with 100 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/cli': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-scaffolder': patch
---
Added Github Actions for Create React App, and allow better imports of files inside a module when they're exposed using `files` in `package.json`