I generated a library using vu3 and Quasar 2 based on vite(I first create the application using vite to generate a vue-ts project, next I install quasar and extras). The think is that when I export the library and install it in other application it shows me the next warnings and error
[warnings and error](https://i.sstatic.net/8MlaKCVT.png)
and nothing work. If I remove quasar from the library everything works fine. I'm not sure if is necesary to configure something in quasar.config.ts or I need to add extra configuration.
About the error when I click on the index.es.js it shows:
$q.platform.has.touch
makes reference to $q.platform.has.touch($q for quasar)
Someone has any idea about the solution?
Trying to make the library works without errors
New contributor
javier araujo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.