cocoastorm / vue-paypal-checkout

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

include non-minified js file in the distribution #10

Closed ghost closed 6 years ago

ghost commented 6 years ago

Thanks for your awesome work ! For helping developers in debugging, could it be possible to include also the non-minified version if the js file ... we'll load it via webpack.. thanks a lot

cocoastorm commented 6 years ago

Hey @erwin16,

I included a non-minified umd version in the dist directory.

Hope that helps!

ghost commented 6 years ago

thanks a lot