This repository was archived by the owner on Feb 24, 2018. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Re-creating #117 after early merge was reverted, added fixes and improvements, rebased and squashed.
This should work and be mergable, but really should also update the usage sections as the
AWSCognito
usage will not work in webpack (by default - eg. you could useProvidePlugin
) - see original description below.Also wondering if we should recommend
transform-loader
foraws-sdk
instead to make it work the same as browserify? Should have the same result.Original PR
Follow up to #108 updating usage docs.
Need to know what should happen to the usage, since it could be different in different environments. I'm currently thinking changing them to consistently use the new UMD root namespace
AmazonCognitoIdentity
instead ofAWSCognito.CognitoIdentityServiceProvider
(added as it needs to export something, and it replaces it - but the old still works due to./enhance.js
), e.g.Then we just need to add a section to webpack setup that you need to add at the top:
I'd also like to gather some feedback before this gets merged on if I've missed steps, provide not enough (or too much!) explanation, should it include babel, etc...
I feel this doc should be split up into multiple files, but probably better in a separate PR.