vuex icon indicating copy to clipboard operation
vuex copied to clipboard

[Bug report] vuex-cognito-module build size

Open thebspin opened this issue 6 years ago • 2 comments

I just noticed that vuex-cognito-module.umd.min.js is 350 kb (gzipped just over 100) and it's making my vendor.js REALLY big.

I am using 0.5.4 and i checked the build size using the webpack bundle analyzer!

image

thebspin avatar Jun 28 '19 10:06 thebspin

My first idea also after inspecting the code itself is that the js file also includs the aws-sdk?

thebspin avatar Jun 28 '19 10:06 thebspin

Ya aws-sdk is required as amazon are famous for making shitty SDK tool. The alternative is to use Amplify which is a kitchen-sink solution and probably even larger... Thanks AWS!

askdesigners avatar Jan 15 '20 11:01 askdesigners