How to disable the vite warning about importing modules both dynamically an statically #17741
Unanswered
brunobydesign
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building this Quasar SPA project for production, vite reports accurately the warning below :
Since I'm doing on purpose this mix of static and dynamic imports for code readability reasons, I'd rather silence this warning. I tried several approaches to do so based on the examples given here https://quasar.dev/quasar-cli-vite/handling-vite#updating-vite-config, yet none of them would work.
Could a Vite guru point me in the right direction to disable this warning ?
TIA and regards
Bruno
Beta Was this translation helpful? Give feedback.
All reactions