next.js/test/e2e/app-dir/metadata-dynamic-routes/next.config.js
next.config.js11 lines294 B
/** @type {import('next').NextConfig} */
module.exports = {}

// For development: analyze the bundled chunks for stats app
if (process.env.ANALYZE) {
  const withBundleAnalyzer = require('@next/bundle-analyzer')({
    enabled: true,
  })
  module.exports = withBundleAnalyzer(module.exports)
}
Quest for Codev2.0.0
/
SIGN IN