mirror of
https://github.com/luxfi/wallet.git
synced 2026-07-27 03:37:41 +00:00
fix(extension): remove orphaned ternary fragment from wxt.config.ts
Lines 110-115 contained a leftover dynamic-manifest ternary fragment with no condition — broke parse and prevented `pnpm exec wxt build` from running. Drop the dead code; manifest defines stay in the inline manifest field above and tenant overlays via manifest.overlay.json.
This commit is contained in:
@@ -107,13 +107,6 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
|
||||
// Dynamic manifest generation
|
||||
? ['https://app.uniswap.org/*']
|
||||
: ['https://app.uniswap.org/*', 'https://ew.unihq.org/*', 'https://*.ew.unihq.org/*'],
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
// Vite configuration copied from web project
|
||||
vite: (env) => {
|
||||
// Load ALL env variables (including those without VITE_ prefix)
|
||||
|
||||
Reference in New Issue
Block a user