gatsby-plugin-mdx

v5.13.1
MDX integration for Gatsby
gatsby gatsby-plugin mdx markdown remark rehype

build

babel src --out-dir dist/ --ignore "**/__tests__" --ignore "**/__mocks__" --extensions ".ts"

typegen

tsc --emitDeclarationOnly --declaration --declarationDir dist/

prepare

cross-env NODE_ENV=production npm run clean && npm run build && npm run typegen

watch

babel -w src --out-dir dist/ --ignore "**/__tests__" --extensions ".ts,.tsx"

test

jest

clean

del-cli dist/*
npm i gatsby-plugin-mdx

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 1/23/2024

Downloads