Skip to content

Commit cbc67ff

Browse files
feat: use vite rolldown native plugin
1 parent edbe308 commit cbc67ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/.vitepress/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export default defineConfig({
2929
target: 'es2020',
3030
},
3131
},
32+
experimental: {
33+
enableNativePlugin: true
34+
}
3235
},
3336
themeConfig: {
3437
logo: 'logo.svg',

0 commit comments

Comments
 (0)