next.js/test/e2e/react-dnd-compile/next.config.js
next.config.js8 lines165 B
/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
  transpilePackages: ['@react-dnd/invariant'],
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN