Is there anyway of using vuetify-loader to achieve automatic ‘a-la-carte’ component import, but without converting to webpack?
Are theare any benefits or downsides of converting to webpack? I love Meteor’s build system with optimised dynamic import bundles, modern vs legacy browser bundles, etc.
I’m also looking to setup Vuetify with a-la-carte but I get all sorts of errors with modules not loading after trying to import Vuetify from "vuetify/lib";.
Would be great if it’s possible to load Vuetify components automatically as needed instead of importing all components.
Hi. Check out this package: https://github.com/Hernanm0g/meteor-vuetify-loader 1, i think it may help you integrating vuetify TreeShaking to meteor bundler, NO WEBPACK needed anymore. Hope that helps.