mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-31 20:14:26 +01:00
pre-optimize some deps
This commit is contained in:
@@ -32,10 +32,8 @@
|
||||
"@kobalte/core": "^0.8.2",
|
||||
"@kobalte/tailwindcss": "^0.5.0",
|
||||
"@modular-forms/solid": "^0.12.0",
|
||||
"@motionone/solid": "^10.16.0",
|
||||
"@mutinywallet/mutiny-wasm": "^0.2.7",
|
||||
"@mutinywallet/waila-wasm": "^0.1.5",
|
||||
"@nostr-dev-kit/ndk": "^0.0.13",
|
||||
"@solidjs/meta": "^0.28.4",
|
||||
"@solidjs/router": "^0.8.2",
|
||||
"@thisbeyond/solid-select": "^0.14.0",
|
||||
|
||||
355
pnpm-lock.yaml
generated
355
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -51,8 +51,9 @@ export default defineConfig({
|
||||
alias: [{ find: '~', replacement: path.resolve(__dirname, './src') }]
|
||||
},
|
||||
optimizeDeps: {
|
||||
// Don't want vite to bundle these late during dev causing reload
|
||||
include: ["qr-scanner", "nostr-tools", "class-variance-authority"],
|
||||
// This is necessary because otherwise `vite dev` can't find the wasm
|
||||
exclude: ["@mutinywallet/mutiny-wasm", "@mutinywallet/waila-wasm"],
|
||||
},
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user