fix: shiki building

This commit is contained in:
ShareVB 2024-10-26 09:43:28 +02:00
parent 87a6103644
commit ebc79566b9
3 changed files with 10 additions and 3 deletions

View file

@ -112,5 +112,8 @@ export default defineConfig({
},
build: {
target: 'esnext',
rollupOptions: {
external: ['regex'],
},
},
});