iamraphson / vue-paystack

Paystack Vue Plugin for Vue 2.X
https://www.npmjs.com/package/vue-paystack
MIT License
119 stars 45 forks source link

Can we remove bundling minification from this library? #55

Open mykeels opened 8 months ago

mykeels commented 8 months ago

Minifying the built output makes it hard to know when what's up when something goes wrong.

Can we remove the minification, or leave it for CDN imports if necessary, and provide a non-minified version for when importing with ESM?