cocoastorm / vue-paypal-checkout

A simple Vue.js wrapper component for paypal-checkout
MIT License
153 stars 67 forks source link

Why is this package packed so large? #30

Closed lilywang711 closed 6 years ago

lilywang711 commented 6 years ago

image hi~ I'am comfused why is this package packed so large? Is there any way to reduce its size? I used vue-cli to build the program thanks~

cocoastorm commented 6 years ago

Hey @lilywang711,

This is a Vue.js wrapper for paypal-checkout Most of the size is probably inherited from its parent package.

There's a related issue here.

I'm not knowledgable enough to know if there's anyway to reduce the size.

kieraneglin commented 6 years ago

@khoanguyen96 There is a link to a minified version of the script that's 10% of the current script's size. Is there any way you could look into integrating the smaller script with this library?