amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
423 stars 232 forks source link

Webpack sample #53

Open zaccyee opened 6 years ago

zaccyee commented 6 years ago

Pls create a webpack sample app similar to the amazon-cognito-identity-js SDK (amazon-cognito-identity-js/examples/babel-webpack/). I have few issues using this SDK in a VueJS app so I must have used the library wrongly. A sample will help clarify my mistakes.

yuntuowang commented 6 years ago

Hi @zaccyee, we are on track of adding a webpack sample app or a sample VueJS app using the SDK! However, I cannot comment the timeline. You can track on this post! Thanks.

schwamster commented 6 years ago

one thing that helped me: Since webpack >= v2.0.0 , importing of JSON files will work by default. so there is no reason to use the json-loader.