Ben McCann
Ben McCann
> The article you linked is from 2021 - not "just a few months ago". Ah, my mistake on the date. Google shows the date as 2024 in the search...
Fair enough. We can create some benchmarks to show what speed differences there are. I'd like to wait for the next release of `tinyglobby` before doing so as the upcoming...
Makes sense. I just wanted to share one more point for consideration, which is that while `fast-glob` is a small percentage of total install size, it could be as much...
I'm happy we have tests for the Netlify adapter now. However, adding `netlify-cli` pulls in almost 1,000 dependencies into the project: http://npmgraph.js.org/?q=netlify-cli. Is there some way we can serve the...
In the meantime I wonder if we could just invoke `sirv` since the only thing we do is call `netlify serve`. I'm not sure what all `netlify serve` does and...
I shared another idea here: https://github.com/e18e/ecosystem-issues/issues/156#issuecomment-3160886873
Vite specifies `"node": "^20.19.0 || >=22.12.0"`. Svelte CLI doesn't explicitly specify `engines`, but I'd be happy to require Node 20 there
Yeah, I waited to suggest it until Node 18 was dropped from LTS for that reason. I figured most people are running somewhat modern versions for local development even if...