We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01328d9 commit 4f04b2dCopy full SHA for 4f04b2d
examples/hosted-fungible/vite.config.ts
@@ -30,6 +30,6 @@ export default defineConfig({
30
include: ['@adraffy/ens-normalize'],
31
},
32
ssr: {
33
- noExternal: ['@adraffy/ens-normalize'], // 🟢 this helps in some cases, even if not using SSR
+ noExternal: ['@adraffy/ens-normalize'],
34
}
35
})
linera-protocol
0 commit comments