next.js/test/production/deterministic-build/standard/next.config.js
next.config.js10 lines247 B
/** @type {import("next").NextConfig} */
module.exports = {
  experimental: {
    // Enable these when debugging to get readable diffs
    // turbopackMinify: false,
    // turbopackModuleIds: 'named',
    // turbopackScopeHoisting: false,
  },
}
Quest for Codev2.0.0
/
SIGN IN