vuetifyjs / vuex

📚 Mono-repo structure for Vuetify Vuex modules
Other
43 stars 11 forks source link

[Bug report] vuex-cognito-module build size #18

Open thebspin opened 5 years ago

thebspin commented 5 years ago

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 commented 5 years ago

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

askdesigners commented 4 years ago

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!