add MDX unifiedjs.vscode-mdx to fix linting for MDX
Docusaurus Build runs for HOURS
Seems docusaurus@next still relies on Webpack/Babel which scales horrendously with large sites.
Docusaurus SSG transforms MD to React FC
Fortunately, there seems to be a way to mod the JS loader with esbuild instead of webpack:
