UNPKG

amotify

Version:

UI Component for React,NextJS,esbuild

12 lines (11 loc) 215 B
import { NextConfig } from 'next' const nextConfig: NextConfig = { reactStrictMode: false, skipProxyUrlNormalize: true, experimental: { webpackMemoryOptimizations: true, }, } export default nextConfig