Skip to content

Commit 4e74e5c

Browse files
committed
chore: revert playground/mdx/vite.config.ts
1 parent 1546f78 commit 4e74e5c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

playground/mdx/vite.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ import mdx from '@mdx-js/rollup'
66
export default defineConfig({
77
server: { port: 8901 /* Should be unique */ },
88
plugins: [
9-
{
10-
enforce: 'pre',
11-
...mdx({
12-
format: 'mdx',
13-
}),
14-
},
9+
{ enforce: 'pre', ...mdx() },
1510
react({ include: /\.(mdx|md|ts|tsx)$/ }),
1611
],
1712
})

0 commit comments

Comments
 (0)