Skip to content

Commit 276454c

Browse files
committed
fix(web): correct regex pattern for file inclusion in Vite configuration
1 parent 17d278e commit 276454c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
}),
1818
},
1919
react({
20-
include: /\.(mdx|js|jsx|ts|tsx)$/,
20+
include: /\.(mdx|js|jsx|ts|tsx|mdx)$/,
2121
babel: {
2222
plugins: [["babel-plugin-react-compiler", ReactCompilerConfig]],
2323
},

0 commit comments

Comments
 (0)