Skip to content

Commit

Permalink
Update docs/docs/getting-started.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Titus <tituswormer@gmail.com>
Signed-off-by: Dan <daniellehr@gmx.de>
  • Loading branch information
dan-lee and wooorm committed Apr 17, 2024
1 parent c4921af commit 756374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started.mdx
Expand Up @@ -352,7 +352,7 @@ To use more modern JavaScript features than what your users support,
const viteConfig = defineConfig({
plugins: [
{enforce: 'pre', ...mdx(/* jsxImportSource: …, otherOptions… */)},
react({ include: /\.(mdx|js|jsx|ts|tsx)$/ })
react({include: /\.(jsx|js|mdx|md|tsx|ts)$/})
]
})
//
Expand Down

0 comments on commit 756374d

Please sign in to comment.