next.js/test/integration/scss/scss-fixtures/next.config.js
next.config.js11 lines202 B
module.exports = {
  onDemandEntries: {
    // Make sure entries are not getting disposed.
    maxInactiveAge: 1000 * 60 * 60,
  },
  webpack(cfg) {
    cfg.devtool = 'source-map'
    return cfg
  },
}
Quest for Codev2.0.0
/
SIGN IN