Ben McCann

Results 1466 comments of Ben McCann

What if the prefix could accept an array so that you could specify both `PUBLIC` and `NHOST`?

I wonder if an error handling function might be a better solution to this problem. Then you could choose which types of errors to ignore vs error on, etc. Otherwise...

> I'm trying to figure out what further errors a user might want to filter out beyond the permission error. Perhaps ENOENT if a file/directory is deleted during globbing. I'm...

There's not enough info here to reproduce your issue Are you using https://github.com/thgh/vercel-sapper?

Ok. You're going to have to provide step-by-step instructions to reproduce this though or there's no way to debug it

https://github.com/sveltejs/sapper/pull/1269 may somewhat obviate the need for this. If you use a CDN, then the `preload` header will probably cause the CSS to be server pushed to you, which is...

I noticed there aren't any docs being updated as part of this PR. That would probably be nice to add

Actually with Svelte 5 I think you could go even a step farther and remove svelte-preprocess altogether since Svelte 5 natively understands Typescript (I'm assuming that's what svelte-preprocess is used...

All Rollup plugins are Vite plugins, so if it works with Rollup it will work with Vite. Vite does add a few new plugin APIs on top of Rollup, but...

going to close this in favor of adding it in the new repo