import BabelConfig from './babel-config.md'

# Parcel

You’ll need to install the `@mdx-js/parcel-plugin-mdx` plugin to transpile MDX.

```sh
npm install --save-dev @mdx-js/parcel-plugin-mdx @mdx-js/react@next
```

Parcel will then automatically be able to handle MDX files.

<BabelConfig />
