Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(v2): load plugin commands asynchronously
https://github.com/facebook/docusaurus/blame/master/packages/docusaurus/src/commands/external.ts#L12 changed the exported method to an async function, but the CLI loader was not updated to also run async, breaking things such as `npm run docusaurus docs:version <version>`.
- Loading branch information