imcvampire/vue-axios

weight full vue report ?

hotrungnhan opened this issue · 7 comments

image
the generate report of vue tell me that vue axios it so weightful for this kind of wrapper, I guess that you can build esm bundle to retrive much smaller size.

@hotrungnhan Agree! Could you have any time to help me with it?

Ok , I'll take this

image
Now it just cost 1 kb #105

By some unknown reason the esm bundle was't built when push to npm , could u check it ?

Seems like there is an error with your build script
Screenshot 2021-09-08 at 2 11 50 am

it cause by old uglify package.i dont know why last time it still work properly on local, now it been change to gulp-uglify-es which is 100% es6 support #106

Fixed by #106 #105