Skip to content

Commit

Permalink
Fix vue3 build after meilisearch v0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed May 6, 2024
1 parent 12b2fe8 commit 7b5b003
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playgrounds/vue3-ts/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
build: {
rollupOptions: {
external: ['crypto'],
},
},
})

0 comments on commit 7b5b003

Please sign in to comment.