Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gatsby-plugin-mdx): Fix Safari 9
const
syntax error (#15644)
`SyntaxError: Unexpected keyword 'const'. Const declarations are not supported in strict mode.` Gatsby sites using mdx break in Safari 9 (possibly other older browsers) because it's using es6 `const`.
- Loading branch information