Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Sep 4, 2023
2 parents 2651720 + f7ab207 commit 48c710d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
<meta name="msapplication-TileColor" content="#603cba" />
<meta name="msapplication-config" content="/img/browserconfig.xml" />
<meta name="theme-color" content="#603cba" />
<script>
window.process = { browser: true };
</script>
<!-- SnarkJS -->
<script src="/scripts/snarkjs.min.js"></script>
</head>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"dependencies": {
"@big-whale-labs/seal-hub-kit": "^0.0.36",
"@big-whale-labs/seal-hub-memorabilia-token-contracts": "^0.0.4",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@ethersproject/providers": "^5.7.2",
"@rainbow-me/rainbowkit": "^1.0.9",
"envalid": "^7.3.1",
Expand Down
13 changes: 0 additions & 13 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defineConfig, Plugin } from 'vite'
import preact from '@preact/preset-vite'
import tsconfigPaths from 'vite-tsconfig-paths'
import { visualizer } from 'rollup-plugin-visualizer'
import GlobalsPolyfills from '@esbuild-plugins/node-globals-polyfill'

export default defineConfig({
plugins: [preact(), tsconfigPaths()],
Expand All @@ -17,16 +16,4 @@ export default defineConfig({
},
outDir: 'dist',
},
optimizeDeps: {
esbuildOptions: {
define: {
global: 'globalThis',
},
plugins: [
GlobalsPolyfills({
buffer: true,
}),
] as any[],
},
},
})
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2939,15 +2939,6 @@ __metadata:
languageName: node
linkType: hard

"@esbuild-plugins/node-globals-polyfill@npm:^0.2.3":
version: 0.2.3
resolution: "@esbuild-plugins/node-globals-polyfill@npm:0.2.3"
peerDependencies:
esbuild: "*"
checksum: f83eeaa382680b26a3b1cf6c396450332c41d2dc0f9fd935d3f4bacf5412bef7383d2aeb4246a858781435b7c005a570dadc81051f8a038f1ef2111f17d3d8b0
languageName: node
linkType: hard

"@esbuild/android-arm64@npm:0.18.17":
version: 0.18.17
resolution: "@esbuild/android-arm64@npm:0.18.17"
Expand Down Expand Up @@ -17009,7 +17000,6 @@ __metadata:
dependencies:
"@big-whale-labs/seal-hub-kit": ^0.0.36
"@big-whale-labs/seal-hub-memorabilia-token-contracts": ^0.0.4
"@esbuild-plugins/node-globals-polyfill": ^0.2.3
"@ethersproject/providers": ^5.7.2
"@preact/preset-vite": ^2.5.0
"@rainbow-me/rainbowkit": ^1.0.9
Expand Down

0 comments on commit 48c710d

Please sign in to comment.