Ben McCann

Results 1262 comments of Ben McCann

That sounds reasonable. You mentioned webpack. I just Googled and saw two sbt-webpack plugins. Do you happen to be using either of them or how are you calling webpack?

I'm not sure most frameworks support it. Just just three to my knowledge. (Btw, I think you meant Blazor and not Razor Pages). I hadn't heard of it until this...

Not off the top of my head unfortunately. I'd have to dig in just as much as anyone else

Thanks for the excellent investigation @jridgewell! I've filed an issue in the Svelte repo with your findings https://github.com/sveltejs/svelte/issues/6092

This seems like a breaking change since the syntax for `config.globOptions` has changed. If you're going to be making a breaking change anyway, maybe drop support for Node 8? `fast-glob`...

> This PR includes backward compat for some (most?) of the old globOptions. Let me know if you still feel this is a breaking change—I'm open to feedback on this,...

There is now a new library called `tinyglobby` available, which is a drop-in replacement for `fast-glob` that might be of interest. It's been quickly adopted by lots of prominent projects...

Hi, SvelteKit maintainer and Vite contributor here. I have a lot of experience with packages encountering these types of errors and would like to weigh in to say that this...

I'm having trouble as well while trying to migrate `svelte.dev` to SvelteKit. It seems not to like `Prism` global variable: ``` ReferenceError: Prism is not defined at /node_modules/prism-svelte/index.js:1:1 ``` Any...

I haven't had any issues with the latest versions