go-ethereum/next.config.js
2022-09-08 17:10:20 -03:00

8 lines
138 B
JavaScript

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