Nikita Nitichevski
Nikita Nitichevski
Bump. Functionality very needed.
While digging through Vite's [cssPostPlugin()](https://github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/css.ts#L264) I noticed, that you need to set ``` { build: { cssCodeSplit: true, lib: { format: ['umd'], } } } ``` in order for the...
In theory it should be able to. Is the requested file path correct? I will look into that shortly.
Gotcha, thanks for the submission of the bug!
+1 The input looses focus whenever you start hovering over an emoji: https://user-images.githubusercontent.com/5833538/220611559-68d954cc-5af8-453f-82ea-c278e0102374.mp4
IMO that behavior is not fully intuitive, e.g. if you open the selector in a popup and hover an emoji you are not able to continue typing. Have you considered...
Hi @ipekli, Vite's `root` config is being ignored at the moment by the plugin. The root is assumed to be the project folder, where the `vite.config.js` or `vite.config.ts` is. In...
I guess due to the created starter repository ;)
Hi @jonacio, not at the moment, sorry... Still need to implement the usage of Vite's `root` config field. But I also believe that would not solve your issue... Let's discuss...
I didn't account for that option, but I'll look into that as well