Luehang / react-paypal-button-v2

An easy and simple to use React button component to implement PayPal Checkout with Smart Payment Buttons V2 (Version 2).
https://luehangs.site/lue_hang/projects/react-paypal-button-v2
MIT License
273 stars 81 forks source link

Fixed import from "../lib/index" to "../src/index" #63

Open Grumbash opened 4 years ago

gregjopa commented 4 years ago

I ran into the same thing when first running npm start for this project. I didn't realize npm run build needs to happen first for the demo to work correctly. Updating the example app to read from src makes more sense since it already has it's own webpack config. 👍 for merging this PR.