jocodev1 / vue-muuri

A vue plugin using Muuri's responsive, sortable, filterable and draggable grid layouts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oversized bundle

jmkenz opened this issue · comments

The JS files in the /dist folder appear to include muuri itself as well as all other dependencies, creating a huge javascript file of ~800KB. You could add another option for people that only includes your vue components, and allows muuri and other dependencies to be installed via npm.

https://github.com/jocodev1/vue-muuri/blob/master/src/components/items/ItemLink.vue

This component probably contributes a lot to the ridiculous bundle size.

Why would one include jQuery simply to navigate to a different page, something which easily could be handled with a router-link or an a/href......