wallet-connect-web-examples/dapps/react-dapp-v2/next.config.js
2022-10-18 12:37:52 +02:00

9 lines
159 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
distDir: "build",
};
module.exports = nextConfig;