Chris Plummer
Chris Plummer
@alexeagle Thanks for all the information! I agree, option 2 was one of the options I was thinking about but didn't understand how to patch these internal files before. We...
In my case, I actually had to add `@docusaurus/types` to the dependencies of my doc project - `@docusaurus/theme-common` was being duplicated by PNPM because `@docusaurus/utils` sometimes had the `@docusaurus/types` optional...
I've been having this same issue, but with a SASS file (ending in .scss). I debugged through it, apparently it's this change that was made to check for falsey options...
Oh, wait I got mixed up - the line where the postcss process is happening is in the `vite` bundle, but that's only because it's bundling dependencies. It's _actually_ happening...
> Yes, we are starting `NoWorkResult` for now. But the question is why it doesn’t work in this case. It's because when we do imports of other CSS files from...
> > And, because that change was made, postcss used to return LazyResult but now returns NoWorkResult > > Yes, I understood that. But why we have a problem with...
@ai I've got the code uploaded to StackBlitz at https://stackblitz.com/edit/vitejs-vite-qgtskm The culprit in my project appears to be a CSS file that has its own map built in by a...
@microsoft-github-policy-service agree company="The Farmer's Dog"
I've tracked this down locally to the `@yeoman/namespace` package, which the `yeoman-environment` v4 uses to parse the generator's namespace, but it doesn't seem to work with local paths. I've created...
I believe my changes in https://github.com/yeoman/yo/pull/794 fix this.