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