next.js/test/unit/isolated/_resolvedata/with-function/next.config.js
next.config.js8 lines120 B
module.exports = (phase, { defaultConfig }) => {
  return {
    phase,
    defaultConfig,
    customConfig: true,
  }
}
Quest for Codev2.0.0
/
SIGN IN