NextJS Installation
Integrating the widget into a NextJS app
Transpile module
NextJS >=13.1
const nextConfig = {
transpilePackages: ["@0xsquid/widget"]
}
module.exports = nextConfigNextJS <13.1
npm i next-transpile-modulesLast updated