You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @simontol,
we are unable to reproduce your issue. To investigate this issue further we would need the contents of your package.json and vite.config.js. Also, it would be incredibly helpful if you are able to provide a sample repository/project where this issue can be reproduced.
When building ckeditor5 with vite I have a lot of warnings:
and so on...
think that the relevant part is:
Complex selectors in ':is(...)::after' can not be transformed to an equivalent selector without ':is()'.
Vitejs 4.4.2
"@vitejs/plugin-react-swc": "^3.3.2"
"@ckeditor/vite-plugin-ckeditor5": "^0.1.3"
Is there anything I can do to get rid of this warnings?
Thanks
The text was updated successfully, but these errors were encountered: