Jasper De Moor
Jasper De Moor
@nex3 originally I created a proposal based on that comment with the only real difference being using `url` instead of `sass-url` but as it would still be blocked by importer...
Thanks for the review @nex3 I hope I've resolved all remarks you had, if I didn't feel free to leave some more feedback. I've also been thinking about standardising the...
What's the progress on this? It would be really nice to finally be able to fix some of the url bugs that happen in both Parcel and webpack when using...
Just had a similar issue with a React project and made a little reproduction, hope it helps to resolve this. https://github.com/DeMoorJasper/vite-case-sensitivity-repro The steps to reproduce it are in the repo's...
I think there isn't really a clean way of achieving this. (After looking through the tracking issue on node-sass and some PRs that should help resolve this) @spion probably has...
@jussikinnula there is a fix for the issue (in this branch https://github.com/spion/parcel) although it's kinda hacky. But nobody has implented it in the master yet. If anyone wants to, feel...
@jussikinnula I didn't make the fix @spion did, and it's also using a very outdated version of Parcel, so I wouldn't recommend it. I however do recommend someone to make...
@101arrowz the syntax issue is fairly simple to solve just configure a declaration file with something like this (like Devon already mentioned this is fairly common, I used to do...
Does this still occur with Parcel 2? We created a new file watcher which is a lot more performant and reliable than chokidar.
@yairEO I've never experienced this so a way to reproduce this would be very useful