Kévin TURMEL

Results 29 comments of Kévin TURMEL

Did you read my issue description or is this an automatic message? This is totally the code that comes from the result of the create-docusaurus command. There is no reproduction...

This might be because the new docusaurus project is in a subdirectory of a pnpm project (docusaurus project dependencies has been installed via `yarn`). `project/docs/web`

> Note that we don't support installing dependencies with PNPM yet, so if you are managing a monorepo, you'd rather want to install with `--skip-install` and manually run `pnpm install`...

So, I updated the main post. There is now a repro branch of my project. Thanks you for your help into this.

Yes I know! But I used yarn here because: 1. docusaurus force you to install deps with yarn at the first place (please --skip-install should be the default... 😅) 2....

Thanks you Joshua. It feels strange that postcss loader is searching recursively for a postcss config. Does having a postcss config in the template disallow the loader to search recursively?

Is this something docusaurus should be aware (maybe in a faq or something?) or is this only for my use case?