Loic Joachim

Results 17 comments of Loic Joachim

@rjruizes ah well, it was hard to find a name that wasn't already taken and that seemed funny.

I feel like adding a fifth option in the menu where it is a middle ground between removing everything and just removing junk. Another candidate for something you may want...

You can always go `npm update --force` or `npm i svelte-flatpickr --force`, but unless there is going to be ongoing support for this package I don't recommend using it.

As a temporary fix force vite to be version 5.3.1 in your package.json: ` "devDependencies": { "vite": "5.3.1" }, "overrides": { "@sveltejs/vite-plugin-svelte": { "vite": "5.3.1" } } `

Can confirm, issue has not been fixed for Svelte 4. ![image](https://github.com/user-attachments/assets/acaeb592-52c5-4cc5-bee6-5a72534cf58d) Also the plugin does not work at all in Svelte 5.

Actually a simple test project does work. However I tested this path from an actual production project and it fails: `C:\Users\loic.joachim\Documents\GitHub\nodejs-external\src\routes\portal\(orders)\ordermanagement\+page.svelte` Presumably because of the -

Hi @Rich-Harris, big fan 🥳 I agree that is how CSS works, orginally I opened a feature request for this, not an issue. The suggested solution is what has this...