amplify-cli
amplify-cli copied to clipboard
chore(amplify-util-uibuilder): remove codegen-ui usage
Description of changes
Removes codegen-ui dependency from CLI. This doesn't change current behavior for ui component generation. The codegen-ui dependency is not needed anymore due to component codegen service.
- copies over necessary helper functions/utils from codegen-ui package
Description of how you validated changes
- yarn setup-dev
- Ran amplify-dev pull in a test app with datastore, and another app with graphql
- Verified that ui components are generated for each app
Checklist
- [x] PR description included
- [x]
yarn testpasses - [x]
yarn cloud-e2epasses - [x] Tests are changed or added
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description updated. cloud-e2e tests passed