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 4f1a3c2 commit 518c771Copy full SHA for 518c771
next-env.d.ts
@@ -2,4 +2,4 @@
2
/// <reference types="next/image-types/global" />
3
4
// NOTE: This file should not be edited
5
-// see https://nextjs.org/docs/basic-features/typescript for more information.
+// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
vite.config.ts
@@ -31,7 +31,12 @@ export default defineConfig({
31
fileName: (format) => `index.js`,
32
},
33
rollupOptions: {
34
- external: ["react", "react-dom"],
+ external: [
35
+ "react",
36
+ "react-dom",
37
+ "@zetachain/toolkit",
38
+ "@zetachain/toolkit/client",
39
+ ],
40
output: {
41
globals: {
42
react: "React",
0 commit comments