Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #540 from alchemix-finance/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
n4n0GH authored Dec 28, 2023
2 parents c7dccff + e576d1f commit 609c83e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "5.2.2",
"vite": "^4.5.0"
"vite": "5.0.5"
},
"dependencies": {
"@connext/sdk-core": "2.1.3-alpha.1",
Expand Down Expand Up @@ -90,7 +90,7 @@
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"svelte-i18n": "^4.0.0",
"svelte-routing": "^2.6.0",
"svelte-routing": "2.10.0",
"tailwindcss": "^3.3.5",
"url": "^0.11.0",
"util": "^0.12.4",
Expand Down
9 changes: 6 additions & 3 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ const development = MODE === 'development';
export default defineConfig({
plugins: [
development &&
nodePolyfills({
include: ['node_modules/**/*.js', new RegExp('node_modules/.vite/.*js')],
}),
nodePolyfills({
include: ['node_modules/**/*.js', new RegExp('node_modules/.vite/.*js')],
}),
svelte(),
],
optimizeDeps: {
exclude: ['svelte-routing'],
},
resolve: {
alias: {
crypto: 'crypto-browserify',
Expand Down

1 comment on commit 609c83e

@vercel
Copy link

@vercel vercel bot commented on 609c83e Dec 28, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.