Ulrich Stark

Results 27 comments of Ulrich Stark

Hey @simPod, thanks for reporting that crash! It's fixed when #11845 is merged and released.

Hey @me4502, I'm implementing your desired changes in #11789. I noticed that the example cases from your first comment are incorrect. `alsoRequired` should be of type `string` and not `number`,...

> I'm actually stuck with the error and unsure how to get past it Then it's probably a different issue, because this vite related error is very generic and common...

So you want both xml prologs in `/index.html` removed right?

> no issue in the parser or builder Are you sure about this? The following test fails if the xml prolog is present. Removing the xml prolog make the test...

> nitro plugin options add `noExternals: true` Thanks! That fixes the issue for me. But is this the expected configuration to handle this issue or just a workaround for an...

> > > nitro plugin options add `noExternals: true` > > > > > > Thanks! That fixes the issue for me. But is this the expected configuration to handle...