Anthony Fu
Anthony Fu
The error is from this line of Rollup:  I think it's caused by this line: https://github.com/unocss/unocss/blob/adb688feee4d3ea53f1cfb04ac04b34cfef1a8e3/virtual-shared/integration/src/transformers.ts#L48 Do you still remember why you added this?
Since this logic is shared across integrations, I am worried this might break Webpack integration. Can you help to verify it? Thanks
Can you elaborate? Ideally we don't want to be coupled with certain solution like Zod or so, otherwise it should be provided by integration modules
We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. Please provide...
I am not sure about this either, ideally, UnoCSS should be as language-agnostic as possible, also this case feels very niche. For such cases, I feel it should be handled...
Thanks, but `window` is designed to be undefined on the server side. Instead in `useFetch` we could try to detect from `globalThis.fetch`. I am closing this PR - feel free...
I don't mind having it but it would require quite some work as the parsing and checking would have very different logic than NPM packages. I would count on the...
> something more "modern", I would suggest using Renovate It's not about "modern" or not, this tool was created after Renovate already exists. People choose to not use Renovate for...
I can't remember why we have the config file in exclude but I agree to remove them from default. For `.cache`, `.temp`, etc, maybe we could ignore all the `.`...
Sure! Do you want to draft a PR for that?