-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: remove wml dependency #13014
build: remove wml dependency #13014
Conversation
package.json
Outdated
@@ -126,7 +125,6 @@ | |||
"webpack": "^5.75.0", | |||
"webpack-bundle-analyzer": "^4.7.0", | |||
"webpack-cli": "^5.0.0", | |||
"wml": "0.0.83", | |||
"winston": "3.11.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove winston
as well now, which was introduced here: 768788d
@@ -103,6 +103,8 @@ yarn run test --scope @aws-amplify/auth | |||
**Yarn Linking** | |||
The best way to develop locally and test is to link the individual package you’re working on and run lerna in watch mode. | |||
|
|||
Note: to test using the react-native framework you will need to use [Verdaccio](#verdaccio) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a nit you can ignore as well not requesting for changes 😅
Note: to test using the react-native framework you will need to use [Verdaccio](#verdaccio) | |
Note: to test using the react-native framework you will have to use [Verdaccio](#verdaccio) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am approving but if you need @Samaritan1011001 approval we can wait. But giving my approval
8a09b5c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for putting this together Erin! ❤️
Description of changes
Removes wml dependency and react-native development script. Updates CONTRIBUTING guide to direct developers to test ReactNative using Verdaccio.
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.