Michael Chen
Michael Chen
Hello! This is what we wrote on loading the field's css output. I took the mainFields value to construct the css path, since I think that's what this plugin is...
@Josh-Cena is there still plan to move `@docusaurus/theme-classic` to peer dependency instead of keeping it in dependency? I've tried numerous approaches mentioned by #6724 and here, but nothing really prevails...
I ended up using `pnpm` feature to overwrite how dependency and peerDependency works in these packages documented here: https://pnpm.io/package_json#pnpmpackageextensions. My configs ended up being: ```json "packageExtensions": { "@docusaurus/theme-live-codeblock": { "peerDependencies":...