I am building a fullstack app using laravel and vue. I want to integrate quasar as a front end framework. I am using laravel mix to build the assets. I was wondering how I could tree shake quasar using laravel mix or webpack. The documentation just talk about vue-cli and quasar-cli tree shaking capabilities.
I tried following the import way of vue-cli with no success