-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESM packages without a "main" field is not detected/loaded correctly #17880
Comments
We use But,
As another alternative, we could handle errors from Yet another alternative, which will probably be the best solution:
@rstoenescu I hope this information is enough to decide on which action to take. |
Fix will be available in q/app-vite v2.1.4 |
What happened?
When integrating into Quasar using the Vite plugin according to Tailwind CSS v4,
The use ofsyntax does not work. Now I am using an import method, and the ugly looking code is what makes the Tailwind CSS v4 Vite plugin work, as shown below
What did you expect to happen?
I believe that regardless of which grammar is used, it should work properly
Reproduction URL
https://stackblitz.com/edit/quasarframework-stackblitz-templates-hbcyrpyp?file=quasar.config.js
How to reproduce?
Follow the Tailwind CSS Vite integration documentation and configure it using Quasar's Vite plugin configuration method, and it will appear
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
Chrome
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: