Skip to content

Commit

Permalink
Merge pull request #271 from arekmaz/patch-1
Browse files Browse the repository at this point in the history
fix production build of vite example
  • Loading branch information
steida authored Dec 2, 2023
2 parents ffb3c9b + 77d3af9 commit 65888c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/vite/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default defineConfig({
// Another workaround for Vite bug: https://github.com/radix-ui/primitives/discussions/1915#discussioncomment-5733178
include: ["react-dom"],
},
// assets lazily loaded by evolu
assetsInclude: [/@scure\/bip39/],
worker: {
format: "es",
},
Expand Down

1 comment on commit 65888c8

@vercel
Copy link

@vercel vercel bot commented on 65888c8 Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu-evolu.vercel.app
www.evolu.dev
evolu-git-main-evolu.vercel.app
evolu.vercel.app
evolu.dev

Please sign in to comment.