vue-muuri icon indicating copy to clipboard operation
vue-muuri copied to clipboard

Oversized bundle

Open jmkenz opened this issue 6 years ago • 1 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.

jmkenz avatar Mar 28 '18 17:03 jmkenz

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......

hellowodl avatar Feb 26 '19 16:02 hellowodl