next.js/test/e2e/app-dir/next-config/next.config.js
next.config.js12 lines207 B
// This should work
console.log(require('webpack').sources.RawSource)

/** @type {import('next').NextConfig} */
const nextConfig = {
  webpack(config) {
    return config
  },
}

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