quasarframework / quasar-ui-qiconpicker

QIconPicker - Quasar App Extension
https://qiconpicker.netlify.app
MIT License
56 stars 19 forks source link

cannot find icon set when using quasar-cli vite version and quasar ext add #172

Closed yachen4ever closed 1 year ago

yachen4ever commented 1 year ago

Describe the bug hi forks, first of all sorry for my english and my poor quasar & vue skills for still being self-learning. I was using quasar-cli with vite flavor and i used quasar ext add @quasar/qiconpicker trying to get my iconpicker done. but i keeps getting errors from chrome console complaining cannot find my material-icons set. 20220712223033

i double checked my quasar.config.js and can be 100% positive that i included it in 'extras' array. After a little research, i found out the error line being import icon set. 20220712223259

it seems being caused by vite using rollup. i found this and the require function from qiconpicker using a path starting with a varaiable.

sorry for the bother but how could i fix it?

hawkeye64 commented 1 year ago

This App Extension does not work with Vite yet

yachen4ever commented 1 year ago

fair enough. thanks for the reply though :) great work, really appreciated.

OnekO commented 1 year ago

Is there any plan to upgrade this to support Vite?