Skip to content

Commit 7b5b003

Browse files
committed
Fix vue3 build after meilisearch v0.39
1 parent 12b2fe8 commit 7b5b003

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

playgrounds/vue3-ts/vite.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ import vue from '@vitejs/plugin-vue'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [vue()],
7+
build: {
8+
rollupOptions: {
9+
external: ['crypto'],
10+
},
11+
},
712
})

0 commit comments

Comments
 (0)