Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/evoluhq/evolu
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Dec 4, 2023
2 parents 3965f42 + ae529e0 commit e4954b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions examples/remix/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ export default defineConfig({

build: {
rollupOptions: {
// lazily loaded modules
external: ["@scure/bip39", "@scure/bip39/wordlists/english"],
output: {
entryFileNames: `[name][hash].js`,
chunkFileNames: `[name][hash].js`,
assetFileNames: `[name][hash].[ext]`,
},
},
},

Expand Down
7 changes: 5 additions & 2 deletions examples/vite/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ export default defineConfig({
},
build: {
rollupOptions: {
// lazily loaded modules
external: ["@scure/bip39", "@scure/bip39/wordlists/english"],
output: {
entryFileNames: `[name][hash].js`,
chunkFileNames: `[name][hash].js`,
assetFileNames: `[name][hash].[ext]`,
},
},
},
worker: {
Expand Down

1 comment on commit e4954b6

@vercel
Copy link

@vercel vercel bot commented on e4954b6 Dec 4, 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.dev
evolu.vercel.app

Please sign in to comment.