packages/mdx
: the npm packagepackages/mdx/vite.config.js
: we only use vite for testing with vitestpackages/mdx/rollup.config.js
: rollup builds the thing we release to npmpackages/mdx/next.config.js
: we have a nextjs testing site, our poor man's storybookpackages/mdx/pages
: the pages for the nextjs test sitepackages/mdx/dev
: code and content used by the nextjs test sitepackages/mdx/src/remark
: the code that runs at build time when you compile an mdx fileexamples
: a list of examples, most of them use the Code Hike version frompackages/mdx/dist
examples/bundle-test
: this one is used by.github/workflows/bundle-analysis.yml