Skip to content

Commit 5720eae

Browse files
committed
apps/storybook-react: use build.rolldownOptions (Vite 8) to keep .md/.mdx external
1 parent bb84739 commit 5720eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/storybook-react/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineConfig({
1818
},
1919
assetsInclude: ['**/*.md', '**/*.mdx'],
2020
build: {
21-
rollupOptions: {
21+
rolldownOptions: {
2222
external: [/\.md$/, /\.mdx$/],
2323
},
2424
},

0 commit comments

Comments
 (0)