next.js/test/development/basic/emotion-swc/fixture/next.config.js
next.config.js11 lines157 B
/** @type {import('next').NextConfig} */

const nextConfig = {
  reactStrictMode: true,
  compiler: {
    emotion: true,
  },
}

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